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 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`...
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...
- 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...
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...
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...
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...
 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...
**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...
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...
Local 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...