author | wenzelm |
Mon, 28 Feb 2022 14:26:44 +0100 | |
changeset 75170 | 08b8c0a2d67c |
parent 75098 | 9e79c9f55edd |
child 75240 | 83197a0ac6df |
permissions | -rwxr-xr-x |
75090 | 1 |
#!/usr/bin/env bash |
2 |
# |
|
3 |
# Author: Makarius |
|
4 |
# |
|
5 |
# DESCRIPTION: run Isabelle/VSCode using local VSCodium installation |
|
6 |
||
7 |
DIR="$(isabelle vscode_setup -C)" || exit "$?" |
|
8 |
exec "$DIR/bin/codium" \ |
|
75170 | 9 |
--locale en-US \ |
75098 | 10 |
--user-data-dir "$(platform_path "$ISABELLE_VSCODE_SETTINGS"/user-data)" \ |
75090 | 11 |
--extensions-dir "$(platform_path "$ISABELLE_VSCODE_SETTINGS"/extensions)" \ |
12 |
"$@" |