mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
Comment button blinks while typing sometimes (#162755)
* WIP fix for #156104 * Comment button blinks while typing sometimes Fixes #162580
This commit is contained in:
@@ -705,6 +705,7 @@ export class TunnelModel extends Disposable {
|
||||
description: nls.localize('tunnel.staticallyForwarded', "Statically Forwarded")
|
||||
}
|
||||
});
|
||||
this.tunnelService.setEnvironmentTunnel(tunnel.remoteAddress.host, tunnel.remoteAddress.port, localAddress, TunnelPrivacyId.ConstantPrivate, TunnelProtocol.Http);
|
||||
}
|
||||
}
|
||||
this._environmentTunnelsSet = true;
|
||||
|
||||
Reference in New Issue
Block a user