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.
I'm using VSCode to attach to several remote containers which are created using Docker Compose. These containers appear to have unique names that show up under "Attributes > Name" in...
### 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 -...
Same issue as #9821 . I run vscode for merely 2 hours and it consumes all swap space. ```[tasklist] ### Tasks ```
Attempting a very simple devcontainer for duckdb. Remote deployment fails with: ``` [2024-06-26T17:12:51.246Z] Start: Run: docker build -f /tmp/devcontainercli-chris_douglas/updateUID.Dockerfile-0.62.0 -t vsc-duckdb-9c7762a7eb8f2d2992605ffc89c8bbbed9f324278e5b898ed75cff505a0d7957-uid --platform linux/amd64 --build-arg BASE_IMAGE=vsc-duckdb-9c7762a7eb8f2d2992605ffc89c8bbbed9f324278e5b898ed75cff505a0d7957 --build-arg REMOTE_USER=vscode --build-arg NEW_UID=19872 --build-arg...
We use Dev-Containers from inside WSL2 and need graphical applications like Cypress. When we just run our container without special mounts, Cypress gets extremely slow and uses a lot of...
Hello, I am trying to setup with Dev Container a C++ Container in a user, but in the run part it fails with: ``` [4750 ms] Start: Run: /usr/bin/podman run...
I have a simple dev-container which just consists of a `postStartCommand` and adds a volume mount to the `/tmp/.X11-unix` socket (the socket is needed because otherwise UI applications like Cypress...
When I create a devcontainer with host networking and try to connect to a forwarded port, I am getting an explosion of Docker processes that keeps increasing until all memory...
- VSCode Version: 1.85.2 (system setup) - Local OS Version: Windows 10 Version 22H2 (Build 19045.4529) - Remote OS Version: Debian GNU/Linux 12 (bookworm) - Remote Extension/Connection Type: Server Steps...
I'm adding a fix to the single container case (Docker Compose case needs more investigation) where the repository root folder is added as a safe directory in the container if...