yet more UriComponents in mainThread-land, #40169

This commit is contained in:
Johannes Rieken
2017-12-13 17:50:23 +01:00
parent 067d266d90
commit 7cab470639
2 changed files with 5 additions and 5 deletions

View File

@@ -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> {