src/Tools/VSCode/README.md
author wenzelm
Sat, 11 Dec 2021 11:24:48 +0100
changeset 74913 c2a2be496f35
parent 73539 f800f8becbfb
child 75140 4400eeb6c32d
permissions -rw-r--r--
tuned;

# Isabelle/PIDE for Visual Studio Code editor #

## Debug ##

* shell> `code src/Tools/VSCode/extension`

* Preferences / User settings / edit settings.json: e.g.
    `"isabelle.home": "/home/makarius/isabelle/repos"`

* View / Debug / Launch Extension

* File / Open Folder: e.g. `src/HOL/Examples/` then open .thy files


## Build ##

* shell> `isabelle build_vscode`

* Extensions / ... / Install from VSIX: `src/Tools/VSCode/extension/isabelle-X.Y.Z.vsix`