vscode-remote-release
vscode-remote-release copied to clipboard
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.
### Context In one situation, I need to open .html files created by the code I am working on in the local web browser to see if it looks right....
- VSCode Version: 1.39.2 (system setup) - Local OS Version: Windows 10.0 Pro x64 - Remote OS Version: Yocto OS (includes **wget** and **which** via BusyBox) - Remote Extension/Connection Type:...
Type: Bug Remote SSH vscode server fails to get the proper path. My proper path is : echo $PATH /sbin:/bin:/usr/sbin:/usr/bin:/usr/syno/sbin:/usr/syno/bin:/usr/local/sbin:/usr/local/bin But vscode is getting the following : echo $PATH /volume1/homes/zzecool/.vscode-server/cli/servers/Stable-e170252f762678dec6ca2cc69aba1570769a5d39/server/bin/remote-cli:/usr/bin:/bin:/usr/sbin:/sbin...
### Is there an existing issue for this bug? - [X] I have searched the existing issues ### Required Troubleshooting Steps - [X] I have followed these troubleshooting steps -...
### Is there an existing issue for this bug? - [x] I have searched the existing issues ### Required Troubleshooting Steps - [X] I have followed these troubleshooting steps -...
### Is there an existing issue for this bug? - [X] I have searched the existing issues ### Required Troubleshooting Steps - [X] I have followed these troubleshooting steps -...
- VSCode Version: 1.18.1 - Local OS Version: 6.1.49-1-MANJARO x86_64 - Remote OS Version: Debian GNU/Linux 11 - Remote Extension/Connection Type: Containers - Logs: ``` [2023-08-30T12:36:57.514Z] Start: Run: /opt/visual-studio-code/code --ms-enable-electron-run-as-node...
I'm surprised this hasn't come up yet... As mentioned in #643 you can set `export EDITOR='code --wait'` to get a nice interactive `git` flow (or in my case `crontab -e`)...
Type: Bug I use remote explorer to work on a remote machine. The port forwarding works fine when a cold boot of VS Code is done. It breaks as soon...
In the command line I want to open VS Code and have it open directly into my dev container. Right now I do this by running code . and then...