vscode-remote-release icon indicating copy to clipboard operation
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.

Results 667 vscode-remote-release issues
Sort by recently updated
recently updated
newest added
trafficstars

### Summary When I am developing in a remote folder with Remote-SSH, I create a Dockerfile in that folder, install Remote-Containers and try to re-open that folder in a container...

bug
containers
info-needed

- VSCode Version: 1.53.1 - Local OS Version: Windows 10 20H2 - Remote OS Version: macOS Catalina 10.15.7 - Remote Extension/Connection Type: SSH I am using remote ssh to connect...

bug
ssh
plan-review

- VSCode Version: 1.37.0-insider - Local OS Version: Windows 10 1803 - Remote OS Version: N/A - Remote Extension/Connection Type: SSH Steps to Reproduce: 1. Have Remote-SSH installed 2. Connect...

ssh
feature-request
plan-review

- VSCode Version: code-1.71.2-1663191299.el7.x86_64 - Local OS Version: Fedora 36 - Remote OS Version: Fedora 36 - Remote Extension/Connection Type: Server - Logs: Provided after reproducer There is not intuitive...

code-server

- VSCode Version: ``` 1.70.0 da76f93349a72022ca4670c1b84860304616aaa2 x64 ``` - Local OS Version: ``` Microsoft Windows 11 Pro Version 10.0.22000 Build 22000 ``` - Remote OS Version: ``` Distributor ID: Ubuntu...

containers
info-needed

Hello there! I have some mounts in my devContainer defined like ``` "mounts": [ "source=${localEnv:HOME}${localEnv:USERPROFILE}/.config/openstack/clouds.yaml,target=/root/.config/openstack/clouds.yaml,type=bind,consistency=cached", "source=${localEnv:HOME}${localEnv:USERPROFILE}/.kube/config,target=/root/.kube/config,type=bind,consistency=cached" ], ``` Some users might not have those files. They will get an error...

containers
feature-request
plan-review

SSH Remote development supports opening another window by CLI like below command ``` code . ``` However code server seems do not support this action. I think ``` code ....

feature-request
code-server

Hi. I have started using VSCode Server today and I should say its really awesome. One thing I feel is missing is that, the `code-server` cli could offer users an...

feature-request
code-server

I have found two issues when working with development containers that are related to self-signed SSL certificates: 1) When trying to install extensions through .devcontainer.json, this fails due to being...

containers
feature-request
plan-review

Related Issue: https://github.com/microsoft/vscode-remote-release/issues/6747 When attempting to use Podman-Remote on a Windows system via the Remote-Containers plugin, I run into the following error: ```Error: unable to connect to Podman. failed to...

bug
containers