mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
add missing ts-expect-error till 5.7
This commit is contained in:
committed by
Matt Bierner
parent
50a1fbda47
commit
007126775c
@@ -69,6 +69,7 @@ export function register(
|
||||
if (response.type !== 'response' || !response.body) {
|
||||
return { entries: [] };
|
||||
}
|
||||
// @ts-expect-error until ts5.7
|
||||
return { entries: response.body.relatedFiles.map(f => client.toResource(f)), traits: [] };
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user