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.
- VSCode Version: 1.81.1 - Local OS Version: Windows 11 Pro 22H2 - Remote OS Version: mcr.microsoft.com/devcontainers/dotnet:0-6.0 - Remote Extension/Connection Type: Containers I am getting an error when trying to...
I am trying to debug C++ code on a Jenkins server over SSH in VS Code. My host computer is running Ubuntu Linux, and the Jenkins server is running Debian...
Type: Bug After update it stucked at "Downloading with wget" Extension version: 0.108.0 VS Code version: Code 1.86.2 (903b1e9d8990623e3d7da1df3d33db3e42d80eda, 2024-02-13T19:40:56.878Z) OS version: Windows_NT x64 10.0.22631 Modes: Connection to 'ssh-remote+dev-box' could...
Type: Bug The saved list of SSH connections does not show any of the previous connections anymore. Attempting to add a host in the extension results in an error message....
There has been a surprising amount of interest in having devcontainer.json reference and open a `.code-workspace` by default when reopen folder in container using Remote - Containers or in a...
Type: Bug Steps to Reproduce: 1. Open VSCode on Windows, and connect to a Remote host via SSH 2. Use "Open Folder" for a folder outside of the user's home...
The dev container linter claims that "ms-python.black-formatter" is invalid as a value. I believe it's valid, however. (It seems to work) Version: 1.77.3 Commit: 704ed70d4fd1c6bd6342c436f1ede30d1cff4710 User Agent: Mozilla/5.0 (Macintosh; Intel...
### Issue description: When adding the extension `ms-python.debugpy` to my container the line `Warning: musl detected, skipping GLIBC check` is added to the extension list as well. ### Infos -...
- VSCode Version: 1.70.2 - Local OS Version: Win 10 21H1 - Remote OS Version: Debian 11 - Remote Extension/Connection Type: Containers - Logs: Steps to Reproduce: 1. Attempt to...
I'm a `tmux` user who copies text from terminal using keyboard. In `tmux`, I'm able to enter "copy mode", select text, press "Enter" and selected text will show up in...