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.86.1 - Local OS Version: Windows_NT x64 10.0.19045 - Remote OS Version: Linux ecb5caadfa51 5.10.102.1-microsoft-standard-WSL2 #1 SMP Wed Mar 2 00:30:59 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux...
- VSCode Version: 1.54.3 - Local OS Version: macOS 11.2.3 (20D91) - Remote OS Version: Ubuntu 20.04.2 LTS - Remote Extension/Connection Type: SSH Steps to Reproduce: 1. initiate a connection...
After using Remote Explorer for over a year without any issue, suddenly last week none of the ssh targets appear when I click on the Remote Explorer icon on the...
- VSCode Version: 1.76.2 - Local OS Version: Windows 11 10.0.22621 - Remote Extension/Connection Type: Containers - Logs: ``` Start: Starting container Start: Run: docker run --sig-proxy=false -a STDOUT -a...
I have the following bug: whenever I try to use the `--network=host` runArg for any container none of the in `devcontainer.json` specified extensions are installed. I tested this with a...
Type: Bug If I set an additional devcontainer config path and am connected to an SSH server, the extension searches for the local devcontainer config file path but tries to...
Hi, I connected to a tunnel and I cannot use devcontainer or even install the Dev Containers extension on vscode.dev. I'm trying to code completely on the cloud but devcontainer...
https://www.cdp.net/en/guidance_docs?page=14&per_page=5&sort_by=title&sort_dir=asc
When building a dev container, if I have a `"onCreateCommand": "poetry install"` instructions, some of my extensions are hanging forever on "Installing" as you can see below. However, it seems...
Type: Performance Issue I'm using Dev containers to try the new language Mojo. Everything seems to be fine, installation is great, the container is created and running on Docker, VSCode...