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.
### 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 -...
This was supposed to be fixed: https://github.com/microsoft/vscode-docs/blob/main/remote-release-notes/v1_92.md The docs were never updated btw: https://code.visualstudio.com/remote/advancedcontainers/sharing-git-credentials#_using-gpg-241 ``` Version: 1.92.0 (Universal) Commit: b1c0a14de1414fcdaa400695b4db1c0799bc3124 Date: 2024-07-31T23:26:45.634Z (3 wks ago) Electron: 30.1.2 ElectronBuildId: 9870757 Chromium:...
- VSCode Version: 1.49.1 - OS Version: Windows_NT x64 10.0.19041 Steps to Reproduce: ``` # steps run from WSL terminal launched in an empty directory git init mkdir subdir ls...
Issue #4129 For reference: [https://github.com/microsoft/vscode-remote-release/issues/4129](https://github.com/microsoft/vscode-remote-release/issues/4129) Due to issues with CyberArk truncating the initialization script, it is impossible to use the Remote Development extension when connecting to a host through CyberArk....
- VSCode Version: 1.87.0 - Local OS Version: Mint 21.3 / Ubuntu 22.04 Jammy - Remote OS Version: N/A - Remote Extension/Connection Type: Containers Steps to Reproduce: 1. Clone https://github.com/jdratlif/devcontainer-test...
- VSCode Version: >=1.84.2 - Local OS Version: Multiple OS - Remote OS Version: ? - Remote Extension/Connection Type: Containers and WSL - Logs: N/A Does this issue occur when...
We use code tunnel on a HPC cluster. Our cluster uses 2 factor authorization and doesn't allow tunnel connection to azure machines, as currently implemented for code tunnel. We request...
Looks like, currently, only **launch** configurations are supported inside _devcontainer.json_. You can define **launch** configurations in _devcontainer.json_ like: ```json { "customizations": { "vscode": { "settings": { "launch": { "configurations": [...
I would like to disable credential sharing. I searched the docs but didn't find any setting. Is this possible? AFAIK, on MacOS, credential sharing is automatic: https://code.visualstudio.com/remote/advancedcontainers/sharing-git-credentials This is problematic,...
## Description VSCode currently only displays Remote SSH port forwards in one direction (`LocalForward` or `ssh -L`). Please consider adding support for `RemoteForward` or `ssh -R`. ## Use case I've...