From 95b3c0c8b17f8ea223830010e8b9b06a8396ffbb Mon Sep 17 00:00:00 2001
From: Michael Blaschek <michael.blaschek@univie.ac.at>
Date: Tue, 26 Jan 2021 10:06:39 +0100
Subject: [PATCH] Update Editors/vscode.md

---
 Editors/vscode.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Editors/vscode.md b/Editors/vscode.md
index 4fd5750..6209791 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`.
 
-- 
GitLab