Merge branch 'main' into notebook/dev

This commit is contained in:
Johannes Rieken
2021-05-21 12:59:49 +02:00
65 changed files with 537 additions and 310 deletions

View File

@@ -60,8 +60,7 @@ export class MainThreadWindow implements MainThreadWindowShape {
}
async $asExternalUri(uriComponents: UriComponents, options: IOpenUriOptions): Promise<UriComponents> {
const uri = URI.revive(uriComponents);
const result = await this.openerService.resolveExternalUri(uri, options);
const result = await this.openerService.resolveExternalUri(URI.revive(uriComponents), options);
return result.resolved;
}
}