mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
yet more UriComponents in mainThread-land, #40169
This commit is contained in:
@@ -181,7 +181,7 @@ export class ExtHostWorkspace implements ExtHostWorkspaceShape {
|
||||
if (token) {
|
||||
token.onCancellationRequested(() => this._proxy.$cancelSearch(requestId));
|
||||
}
|
||||
return result;
|
||||
return result.then(data => data.map(URI.revive));
|
||||
}
|
||||
|
||||
saveAll(includeUntitled?: boolean): Thenable<boolean> {
|
||||
|
||||
Reference in New Issue
Block a user