mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
add vscode.env.remoteAuthority-api, #74188
This commit is contained in:
@@ -256,7 +256,8 @@ export function createApiFactory(
|
||||
},
|
||||
openExternal(uri: URI) {
|
||||
return extHostWindow.openUri(uri, { allowTunneling: !!initData.remoteAuthority });
|
||||
}
|
||||
},
|
||||
get remoteAuthority() { return initData.remoteAuthority || undefined; }
|
||||
});
|
||||
|
||||
// namespace: extensions
|
||||
|
||||
Reference in New Issue
Block a user