mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
Temporary workaround for #112843
This commit is contained in:
@@ -135,7 +135,7 @@ export class ExtHostTunnelService extends Disposable implements IExtHostTunnelSe
|
||||
) {
|
||||
super();
|
||||
this._proxy = extHostRpc.getProxy(MainContext.MainThreadTunnelService);
|
||||
if (initData.remote.isRemote && initData.remote.authority) {
|
||||
if (initData.remote.isRemote && initData.remote.authority && !process.env['VSCODE_DISABLE_PROC_READING']) {
|
||||
this.registerCandidateFinder();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user