author | wenzelm |
Sat, 12 Mar 2022 23:21:28 +0100 | |
changeset 75273 | f1c6e778e412 |
parent 75257 | d1e5f9dbf885 |
child 75277 | f64725832d63 |
permissions | -rwxr-xr-x |
75090 | 1 |
#!/usr/bin/env bash |
2 |
# |
|
3 |
# Author: Makarius |
|
4 |
# |
|
75257
d1e5f9dbf885
clarified startup of "isabelle vscode": vscodium component is required, with patches for Isabelle/VSCode;
wenzelm
parents:
75252
diff
changeset
|
5 |
# DESCRIPTION: run Isabelle/VSCode (requires "vscodium-X.YY.Z" component) |
75090 | 6 |
|
75257
d1e5f9dbf885
clarified startup of "isabelle vscode": vscodium component is required, with patches for Isabelle/VSCode;
wenzelm
parents:
75252
diff
changeset
|
7 |
isabelle vscode_setup || exit "$?" |
d1e5f9dbf885
clarified startup of "isabelle vscode": vscodium component is required, with patches for Isabelle/VSCode;
wenzelm
parents:
75252
diff
changeset
|
8 |
|
75273 | 9 |
exec "$ISABELLE_VSCODIUM_HOME/vscodium" \ |
75170 | 10 |
--locale en-US \ |
75098 | 11 |
--user-data-dir "$(platform_path "$ISABELLE_VSCODE_SETTINGS"/user-data)" \ |
75090 | 12 |
--extensions-dir "$(platform_path "$ISABELLE_VSCODE_SETTINGS"/extensions)" \ |
13 |
"$@" |