Using the standalone CLI I don't see these errors, but the tunnel is shown as offline in the Remote Explorer and I cannot connect to it. Standalone CLI output: To grant access to the server, please log into https://github.com/login/device and use code 8CCD-46D9 ✔ What would y...
code tunnel not connecting microsoft/vscode-remote-release#8126 TheItsNameless commented on Mar 4, 2023 TheItsNamelesson Mar 4, 2023 Got the same issue, solved for me as well! Is there a fix to be expected? vscodenparemoved new release on Mar 6, 2023 alexr00assigned aeschli and unassi...
-- Workarounds/Hacks (remote user data uri) --><metaid="vscode-remote-user-data-uri"data-settings="{{REMOTE_USER_DATA_URI}}"><!-- NOTE@coder: Added the commit for use in caching, the product for theextensions gallery URL, and nls for language support. --><metaid="vscode-remote-co...
this._preferredWebSchema : Schemas.vscodeRemoteResource, - authority: `${host}:${port}`, - path: `/vscode-remote-resource`, + authority: window.location.host, + path: `${window.location.pathname.replace(/\/+$/, '')}/vscode-remote-resource`, query }); } diff --git a...
我可以确认这种相同的行为,并且对此感到非常沮丧。几个星期内没有任何改变。我尝试重新安装,使用snap镜像...
+ this.disposeOldOfflineConnections(connections); + break; + case ConnectionType.Tunnel: return protocol.tunnel(); + default: throw new Error('Unrecognized connection type'); + } + } + + private disposeOldOfflineConnections(connections: Map<string, Connection>): void { + const of...
I set up new Ubuntu server, and set up code tunnel with code tunnel service install. But, it is offline. I used code tunnel service log to see logs. ● code-tunnel.service - Visual Studio Code Tunnel Loaded: loaded (/home/xxxxx/.config/systemd/user/code-tunnel.service; enabled; vendor...
["user:email"]}}},"tunnelApplicationName":"code-tunnel","tunnelApplicationConfig":{"editorWebUrl":"https://vscode.dev","extension":{"friendlyName":"Remote - Tunnels","extensionId":"ms-vscode.remote-server"},"authenticationProviders":{"github":{"scopes":["user:email","read:org"]}}},...
+ this.disposeOldOfflineConnections(connections); + break; + case ConnectionType.Tunnel: return protocol.tunnel(); + default: throw new Error('Unrecognized connection type'); + } + } + + private disposeOldOfflineConnections(connections: Map<string, Connection>): void { + const of...
Type: Bug Behaviour I cannot run any test in my project when I use Remote Tunnel or Remote SSH. This applies both to UnitTest and pytest frameworks. Test discovery works, but after that when I run any test, it immediately finishes. In Te...