mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
@@ -1105,6 +1105,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
}
|
||||
|
||||
return uriPromise.then(uri => {
|
||||
extHostLogService.trace(`openTextDocument from ${extension.identifier}`);
|
||||
if (uri.scheme === Schemas.vscodeRemote && !uri.authority) {
|
||||
extHostApiDeprecation.report('workspace.openTextDocument', extension, `A URI of 'vscode-remote' scheme requires an authority.`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user