mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Only try tunneling openExternal when we actually need to
This commit is contained in:
@@ -253,7 +253,7 @@ export function createApiFactory(
|
||||
return extHostClipboard;
|
||||
},
|
||||
openExternal(uri: URI) {
|
||||
return extHostWindow.openUri(uri);
|
||||
return extHostWindow.openUri(uri, { allowTunneling: !!initData.remoteAuthority });
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user