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.
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...
"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...
- 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:...
- 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)....
- 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...
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)...
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...
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 -...
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...
In devcontainers.json when I have: `"appPort": ["8000:8000"]` and I build container, ports are like this:  But when I have `"appPort": [8000]` they are like this:  I thought these...