microsoft / vscode-remote-release

Visual Studio Code Remote Development: Open any folder in WSL, in a Docker container, or on a remote machine using SSH and take advantage of VS Code's full feature set.
https://aka.ms/vscode-remote
Other
3.68k stars 294 forks source link

Feature Request: vscode.dev to work with Chromium's Secure Shell extension #10227

Closed jarrodcolburn closed 1 month ago

jarrodcolburn commented 2 months ago

Problem: vscode.dev does not work with code extension Remote - SSH.

Reason: vsocde.dev runs in the browser which has many limitations preventing ssh.

Purpose solution: Make vscode.dev's Remote - SSG extension ssh calls compatible with Chromium's Secure Shell extension or fork Chromium extension and add functionality.

Pros: Chromium's Secure Shell extension is able to ssh and port forward.

Cons: It would require user to install a browser extension.

Notes:

bamurtaugh commented 1 month ago

Thanks for opening! As there are limitations preventing SSH connections as you mention, we recommend using the Remote-Tunnels extension in the browser: https://code.visualstudio.com/docs/remote/tunnels.

Please let us know if you have any questions about or requests for Remote-Tunnels!