vscode-remote-release icon indicating copy to clipboard operation
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.

Results 667 vscode-remote-release issues
Sort by recently updated
recently updated
newest added

SSH inside container can connect to GitHub even if I disable `forwardWSLServices` and `gitCredentialHelperConfigLocation`. There are no keys in `~/.ssh` (inside container) and no `helper` in `git config -l` My...

containers

"same here, rolled back and it now works..." _Originally posted by @tukutela in https://github.com/microsoft/vscode-remote-release/issues/9064#issuecomment-1747919672_ This issue seems not to be resolved in later version, a rollback to Dev Containers 0.309.0...

containers
info-needed

- VSCode Version: 1.89.1 - Local OS Version: Windows 11 Pro 10.0.22621 Build 22621 - Remote OS Version: - Remote Extension/Connection Type: Dev Container - Logs: ``` [6186 ms] Start:...

containers

- VSCode Version: 1.89.1 - Local OS Version: windows 11 - Remote OS Version: node:16.18.0-alpine - Remote Extension/Connection Type: Dev Containers I already followed [attaching container](https://code.visualstudio.com/docs/devcontainers/attach-container) and [sharing git ssh](https://code.visualstudio.com/remote/advancedcontainers/sharing-git-credentials#_using-ssh-keys)....

containers
info-needed

- VSCode Version: latest 3 tested - Local OS Version: 10.0.22631 Build 22631 - Remote OS Version: 5.15.146.1-microsoft-standard-WSL2 - Remote Extension/Connection Type: Containers/WSL/Server: WSL+Docker DevContainer Steps to Reproduce: 1. Open...

containers

Type: Bug Just forever loading,i don't understand why it need load. As all config file in my own computer ? Extension version: 0.109.0 VS Code version: Code 1.87.2 (863d2581ecda6849923a2118d93a088b0745d9d6, 2024-03-08T15:20:17.278Z)...

ssh

Type: Bug Cannot seem to find any configuration that would result in this. Suddenly started occuring. Only occurs using VSCode. Clicking a link in the terminal (using WSL) results in...

wsl
info-needed

Trying to just create a dev container without an associated folder or repo hangs. - VSCode Version: 1.89.1 and Insiders 1.90.0 - Local OS Version: Windows 11 Pro 23H2 -...

containers
info-needed

Currently the Remote - Containers extension supports Linux based containers with the exception of Alpine (though Alpine is highly requested #54). This issue is to track interest in support for...

containers
feature-request

In devcontainers.json when I have: `"appPort": ["8000:8000"]` and I build container, ports are like this: ![8000string](https://github.com/microsoft/vscode-remote-release/assets/87898666/78745b65-c0c0-4d43-92ed-d6fd7cf639b7) But when I have `"appPort": [8000]` they are like this: ![8000number](https://github.com/microsoft/vscode-remote-release/assets/87898666/971c1832-e113-4009-bcf5-67f8448b9062) I thought these...

containers