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

I was trying to get onto the second layer of an HPC after SSH-ing with some Slurm command (srun), as was generally described in #1722. I tried the newest `RemoteCommand`...

ssh
debt

I use remote ssh & remote container from macOS to Ubuntu Linux server, under multiple users environment. If I start devcontainer before my friend my friend can not start if...

bug
containers

- VSCode Version: 1.70.0 (flatpak) - Local OS Version: SteamOS (Arch linux) - Remote OS Version: N/A - Remote Extension/Connection Type: N/A - Logs: ``` [2022-08-15T13:58:23.111Z] Remote-Containers 0.245.0 in VS...

bug
containers
podman

So I have docker environment, and want to attach my editor to a container. But I need to specify the platform while building, otherwise it doesn't work This build command...

containers
info-needed

Type: Bug On a Windows 11 system with a user that has umlauts in his/her name and thus with a %userprofile% with umlauts Remote-Containers cannot start. Extension version: 0.245.0 VS...

containers
info-needed

In the development build, we should not include the nls webpack loader. To check the mode flag, we need to change the config to export a function instead of an...

bug
engineering

![image](https://user-images.githubusercontent.com/323878/106185198-5b7e8780-6157-11eb-9673-e186a481b565.png) These are servers from several insiders builds going back to 9 days ago. They should shut down when there are no active EH connections for a few hours. Do...

bug
remote

**workaround**: in preferences, set `remote.SSH.useLocalServer` to `true` and `remote.SSH.remotePlatform` like so: ``` "remote.SSH.remotePlatform": { : "linux", : "linux" }, ``` ~~**workaround**: Downgrading this extension to 0.49.0 fixes the issue (although...

bug
ssh
plan-review

When on Windows with a linux remote, problem paths are normalized before being "converted" back to linux paths. This is bad because the linux path could have backslashes and the...

bug
tasks

I am using a server under Linux to be able to compile my app (my computers need to be on windows) but I need to transfer the result (a binary...

feature-request
tasks