mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
Elevate if needed when restoring ports
Fixes microsoft/vscode-remote-release#5776
This commit is contained in:
@@ -547,7 +547,8 @@ export class TunnelModel extends Disposable {
|
||||
remote: { host: tunnel.remoteHost, port: tunnel.remotePort },
|
||||
local: tunnel.localPort,
|
||||
name: tunnel.name,
|
||||
privacy: tunnel.privacy
|
||||
privacy: tunnel.privacy,
|
||||
elevateIfNeeded: true
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user