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.
- VSCode Version: 1.92.2 - Local OS Version: macOS Sonoma 14.6.1 (23G93) - Remote OS Version: Ubuntu 20.04.6 LTS - Remote Extension/Connection Type: SSH - Logs: Logs from 'Server' Output...
# Problem I like to use workspaces to isolate and organise all of my projects using the [Workspace Explorer](https://marketplace.visualstudio.com/items?itemName=tomsaunders-code.workspace-explorer) extension, which has worked wonders for me as of late. I...
- VSCode Version: 1.91.1 - Local OS Version: ubuntu - Remote Extension/Connection Type: Containers Same as this issue which is for windows: https://github.com/microsoft/vscode-remote-release/issues/9385 docker info -f '{{.Runtimes.nvidia}}' --> returns nvidia-container-runtime...
Type: Performance Issue I'm a Chinese users. And I thanks here for you and your wonderful extension. But I have got a problem when I use this to install docker...
Version: 1.92.2 Commit: fee1edb8d6d72a0ddff41e5f71a671c23ed924b9 Date: 2024-08-14T17:29:30.058Z Electron: 30.1.2 ElectronBuildId: 9870757 Chromium: 124.0.6367.243 Node.js: 20.14.0 V8: 12.4.254.20-electron.0 OS: Darwin arm64 23.6.0 Steps to Reproduce: 1. Start a dev container without git....
Type: Bug WSL have been installed but it only works for sometime after which it gets disabled eventually leaving the terminal blank. Extension version: 0.88.2 VS Code version: Code 1.92.2...
### Is there an existing issue for this bug? - [X] I have searched the existing issues ### Required Troubleshooting Steps - [X] I have followed these troubleshooting steps -...
### Is there an existing issue for this bug? - [X] I have searched the existing issues ### Required Troubleshooting Steps - [X] I have followed these troubleshooting steps -...
### Is there an existing issue for this bug? - [X] I have searched the existing issues ### Required Troubleshooting Steps - [X] I have followed these troubleshooting steps -...
Using `vscode.workspace.createFileSystemWatcher("**/my_file", false, false, false)` in a vscode extension to watch file changes in the current workspace folder from Windows opened in a Docker container environment. ```ts const fileWatcher =...