src/Tools/VSCode/etc/settings
author wenzelm
Wed, 09 Mar 2022 16:21:14 +0100
changeset 75252 41dfe941c3da
parent 75239 ef9f9d43b867
child 75282 249e900cc05f
permissions -rw-r--r--
inline Isabelle symbols into source text, so that "isabelle vscode" can start up properly without access to process.env or fs;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
75083
35a5c4b16024 setup VSCode from VSCodium distribution;
wenzelm
parents:
diff changeset
     1
# -*- shell-script -*- :mode=shellscript:
35a5c4b16024 setup VSCode from VSCodium distribution;
wenzelm
parents:
diff changeset
     2
75239
ef9f9d43b867 updated to VSCode 1.65.0;
wenzelm
parents: 75209
diff changeset
     3
ISABELLE_VSCODE_VERSION="1.65.0"
75083
35a5c4b16024 setup VSCode from VSCodium distribution;
wenzelm
parents:
diff changeset
     4
ISABELLE_VSCODE_HOME="$ISABELLE_HOME/src/Tools/VSCode"
35a5c4b16024 setup VSCode from VSCodium distribution;
wenzelm
parents:
diff changeset
     5
ISABELLE_VSCODE_SETTINGS="$ISABELLE_HOME_USER/vscode"