[fix] code-server location

This commit is contained in:
Andy Bunce 2022-03-03 21:38:40 +00:00
parent 0cd90d62b4
commit ea7abfcd4a
1 changed files with 9 additions and 3 deletions

View File

@ -1,10 +1,15 @@
# setup
#install extensions
#install extensions
#install extensions located in /exts/ folder
# code-server@4.0.2 omv
CODE_SERVER="/app/code-server/bin/code-server"
# 4.0.1 n2-plus
#CODE_SERVER="/usr/local/bin/code-server"
for FILE in /exts/*
do
/app/code-server/bin/code-server --install-extension $FILE
$CODE_SERVER --install-extension $FILE
done
@ -14,5 +19,6 @@ cd /config/workspace
git clone https://git.quodatum.duckdns.org/apb/vscode-basex.git
git clone https://git.quodatum.duckdns.org/apb/thedocks
git clone https://github.com/Quodatum/xqlint.git
git clone https://git.quodatum.duckdns.org/apb/file-samples.git