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 have `docker-compose.yml` and `.env` for it outside current project folder. i'm using several env vars inside `docker-compose.yml`, not only for `container_name` so now i have to copy that `.env`...
https://github.com/microsoft/vscode-remote-release/issues/15 improved the experience when connecting to a host that isn't connected to the internet. Some users also need to connect from a client that is not connected to the...
[Azure Bastion](https://docs.microsoft.com/en-us/azure/bastion/bastion-overview) is a managed to service for secure access to virtual machines in a vnet. I would like to be able to do VS Code remote SSH (and remote...
wish add pwa install support when run `code-server serve-local` pwa look like a local application, and don't show address bar. vscode.dev support pwa install.
Error happens with Alpine, Debian and Ubuntu containers. - VSCode Version: 1.70.1, 1.71.0-insider has same issue - Local OS Version: Fedora release 36 - Remote OS Version: Windows 11 (inside...
Related (but log is different): https://github.com/microsoft/vscode-remote-release/issues/6340 - VSCode Version: 1.67.2 - Local OS Version: Windows - Remote OS Version: > $ uname -a > Linux magic 5.3.18-150200.24.112-preempt #1 SMP PREEMPT...
This plan captures our work in **September**. We follow the same iteration cycle as [VS Code](https://github.com/microsoft/vscode/issues/160046). Although we plan for a whole iteration, we may not only ship at the...
Version: 1.71.0 Commit: 784b0177c56c607789f9638da7b6bf3230d47a8c Date: 2022-09-01T07:25:25.516Z Electron: 19.0.12 Chromium: 102.0.5005.167 Node.js: 16.14.2 V8: 10.2.154.15-electron.0 OS: Darwin arm64 21.6.0 Sandboxed: No - Remote OS Version: ubuntu - Remote Extension/Connection Type: SSH...
There is a feature to disable download in the browser version of the vs code server / remote tools by using the flag --disable-file-downloads. Is it / would it be...
I have the following sample project https://github.com/MBAatEJOT/DockerTest with a devcontainer The docker-compose file creates three services. The actual devcontainer (app), a container running a SQL Server and a https://datalust.co/seq container...