diff --git a/Editors/vscode.md b/Editors/vscode.md index 4fd575005a9fabe9c5994b7fea0d0243330859d2..6209791040a04e2d64fd980ed0d4f14e9da8cf02 100644 --- a/Editors/vscode.md +++ b/Editors/vscode.md @@ -17,6 +17,7 @@ Here is how: 1. Login to `srvx8` 2. run `/opt/containers/vscode-server/setup.sh` 3. Look inside `$HOME/.vscode-server/singularity.bash` and make sure that path that you require are available in `SINGULARITY_BIND` variable. Your Home directory is always available. Other system path not. + - Maybe it is necessary to change to BASH, `chsh -s /bin/bash` on remote host 4. Switch `remote.SSH.localServerDownload` to `off` in the Remote SSH package. 5. Setup a new host in Remote SSH on your VScode and connect to `srvx8`.