diff -r 78dd1abfbbe1 -r 490ca65ecae2 src/Tools/VSCode/extension/README.md --- a/src/Tools/VSCode/extension/README.md Wed Jan 20 21:42:04 2021 +0100 +++ b/src/Tools/VSCode/extension/README.md Wed Jan 20 22:43:58 2021 +0100 @@ -1,14 +1,15 @@ # Isabelle Prover IDE support This extension connects VSCode to the Isabelle Prover IDE infrastructure: it -requires a repository version of Isabelle. +requires Isabelle2021. The implementation is centered around the VSCode Language Server protocol, but with many add-ons that are specific to VSCode and Isabelle/PIDE. See also: - * + * + * * @@ -58,8 +59,8 @@ ### Isabelle/VSCode Installation - * Download a recent Isabelle development snapshot from - + * Download Isabelle2021 from + or any of its mirror sites. * Unpack and run the main Isabelle/jEdit application as usual, to ensure that the logic image is built properly and Isabelle works as expected. @@ -68,7 +69,7 @@ * Open the VSCode *Extensions* view and install the following: - + *Isabelle* (needs to fit to the underlying Isabelle release). + + *Isabelle2021* (needs to fit to the underlying Isabelle release). + *Prettify Symbols Mode* (important for display of Isabelle symbols). @@ -89,17 +90,17 @@ + Linux: ``` - "isabelle.home": "/home/makarius/Isabelle" + "isabelle.home": "/home/makarius/Isabelle2021" ``` + Mac OS X: ``` - "isabelle.home": "/Users/makarius/Isabelle.app/Isabelle" + "isabelle.home": "/Users/makarius/Isabelle.app/Isabelle2021" ``` + Windows: ``` - "isabelle.home": "C:\\Users\\makarius\\Isabelle" + "isabelle.home": "C:\\Users\\makarius\\Isabelle2021" ``` * Restart the VSCode application to ensure that all extensions are properly