[add] vscode-bmy
This commit is contained in:
parent
007977ae48
commit
a9540ec1a1
14 changed files with 137 additions and 1 deletions
25
code-bmy/config/install.sh
Executable file
25
code-bmy/config/install.sh
Executable file
|
|
@ -0,0 +1,25 @@
|
|||
# setup
|
||||
|
||||
|
||||
#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 .vscode/*.vsix
|
||||
do
|
||||
$CODE_SERVER --install-extension $FILE
|
||||
done
|
||||
|
||||
|
||||
# pull useful projects
|
||||
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
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue