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.
Discovered while trying to install hashicorp.terraform extension: * installs correctly on local host, or on remote ssh * if inside a devcontainer, ends up with a signature verification issue While...
I think the update URL has problems with ipv6 because when I do: - curl https://update.code.visualstudio.com/commit:18e3a1ec544e6907be1e944a94c496e302073435/cli-alpine-x64/stable -4 - this works - curl https://update.code.visualstudio.com/commit:18e3a1ec544e6907be1e944a94c496e302073435/cli-alpine-x64/stable -6 - this runs into an timeout...
Dev Containers does not auto-start Docker Desktop when Docker CLI is v29.x (regression caused by changed error messages in Docker Desktop 4.52.0+) Versions - VSCode Version: 1.106.3 - Local OS...
- VSCode Version: 1.106.0 and 1.106.1 (works correctly in 1.105.1) - Local OS Version: Windows (client), - Remote OS Version: RHEL 9 (remote host), - Remote Extension/Connection Type: Rocky Linux...
# Summary VSCode supports users to specify locations other than the repository itself for providing dev container configurations. I find that helpful, and am also trying to use [dev container...
### Is there an existing issue for this bug? - [x] I have searched the existing open issues and found none that apply. - [x] If I find any issue...
Steps to Reproduce: 1. Download [vscode-release-remote-bug-demo](https://github.com/zachary-wang12/vscode-release-remote-bug-demo.git) 2. Open in dev container If you need further information, please feel free to tell me. Thanks! **Logs** Dev Container log ```log [17 ms]...
Type: Bug After some time working inside dev container it spikes the CPU usage and never comes down. When profiling extension host it shows: Activation: 82ms Profile: 2634.13ms and Dev...
https://ms-vscode-remote.gallerycdn.vsassets.io/extensions/ms-vscode-remote/remote-containers/0.318.0/1696925543957/Microsoft.VisualStudio.Services.Icons.Default  As I measured, the cube is not centered in the image, it's 27px to the left and 32px to the right, a centered icon will be looked much...
Hi, I am using the devcontainers in VSCode. I am using the `Dev Containers` extension and running the `Dev Containers: Rebuild Container` command. The problem is what happens when the...