[add] vscode-bmy

This commit is contained in:
Andy Bunce 2022-08-11 12:19:26 +01:00
parent 007977ae48
commit a9540ec1a1
14 changed files with 137 additions and 1 deletions

3
code-bmy/config/.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
# .gitignore nothing
###################

Binary file not shown.

Binary file not shown.

11
code-bmy/config/.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,11 @@
{
"recommendations": [
"ms-azuretools.vscode-docker",
"dbaeumer.vscode-eslint",
"eamodio.gitlens",
"kelvin.vscode-sshfs",
"alefragnani.project-manager",
"johnpapa.vscode-peacock",
"nonoroazoro.syncing"
]
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

25
code-bmy/config/install.sh Executable file
View 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