lib/Tools/vscode
author wenzelm
Thu, 10 Mar 2022 11:56:38 +0100
changeset 75257 d1e5f9dbf885
parent 75252 41dfe941c3da
child 75273 f1c6e778e412
permissions -rwxr-xr-x
clarified startup of "isabelle vscode": vscodium component is required, with patches for Isabelle/VSCode;

#!/usr/bin/env bash
#
# Author: Makarius
#
# DESCRIPTION: run Isabelle/VSCode (requires "vscodium-X.YY.Z" component)

isabelle vscode_setup || exit "$?"

exec "$ISABELLE_VSCODIUM_HOME/bin/codium" \
  --locale en-US \
  --user-data-dir "$(platform_path "$ISABELLE_VSCODE_SETTINGS"/user-data)" \
  --extensions-dir "$(platform_path "$ISABELLE_VSCODE_SETTINGS"/extensions)" \
  "$@"