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.
As an enterprise developer that uses devcontainers, I need to add custom root certificates using a script file in the bootstrap docker file used to bootstrap (git clone) source code...
- VSCode Version: 1.68.1 - Local OS Version: Windows 10 - Remote OS Version: RHEL 7 - Remote Extension/Connection Type: SSH Steps to Reproduce: 1. Install Git-bash to get SSH...
Part of the feature spec is a `containerEnv` property (note - for features, not the `devcontainer.json` property). It would be nice if it was possible to use the `localEnv` reference...
crossposted to https://github.com/devcontainers/cli/issues/756 - VSCode Version: latest - Local OS Version: windows 11 latest - WSL version: WSL2 latest - WSL2 Linux version: Ubuntu 22.04 - Extensions used - ms-vscode-remote.remote-containers...
I'm using `"runArgs": ["--env-file","devcontainer.env"]` to spin up the container with some environment variables. This `devcontainer.env` file isn't committed, so when the repo is cloned for the first time, it doesn't...
- VSCode Version: 1.86.0 - Local OS Version: W11 23H2 - Remote OS Version: Ubuntu 20.04.6 - Remote Extension/Connection Type: Server or SSH (does not matter) Steps to Reproduce: 1....
Type: Bug Unable to connect to remote machine using remote-ssh as the connection fails with 'waiting for server logs' error. Tried multiple times after uninstalling/reinstalling remote-ssh, terminating the server on...
   Type: Bug I connect on a Win11 PC to a VirtualBox x86_64 Ubuntu 20.04.6 LTS VM and it fails due to the following error Bad permissions. Try...
I noticed my extensions defined in `extensions.json` were not installed when rebuilding the codespace. Instead, I have to duplicate them into `devcontainer.json`. It'd be nice if this list could be...
First off, thanks for this great extension! I use this almost on the daily to SSH into remote hosts from VSCode. I tried asking in SO first [[ref](https://stackoverflow.com/questions/77969824/vscode-remote-ssh-custom-command-to-connect-to-gce-instance)] and got...