# HG changeset patch # User wenzelm # Date 1584274822 -3600 # Node ID 61ba52af28e340ee1bf67a77b2501ad84966cae3 # Parent 644a78e08033107ca0ac9e4c9ddfce014eab11ce back to post-release mode; diff -r 644a78e08033 -r 61ba52af28e3 CONTRIBUTORS --- a/CONTRIBUTORS Sun Mar 15 11:57:59 2020 +0100 +++ b/CONTRIBUTORS Sun Mar 15 13:20:22 2020 +0100 @@ -3,6 +3,10 @@ listed as an author in one of the source files of this Isabelle distribution. +Contributions to this Isabelle version +-------------------------------------- + + Contributions to Isabelle2020 ----------------------------- diff -r 644a78e08033 -r 61ba52af28e3 NEWS --- a/NEWS Sun Mar 15 11:57:59 2020 +0100 +++ b/NEWS Sun Mar 15 13:20:22 2020 +0100 @@ -4,6 +4,11 @@ (Note: Isabelle/jEdit shows a tree-view of the NEWS file in Sidekick.) +New in this Isabelle version +---------------------------- + + + New in Isabelle2020 (April 2020) -------------------------------- diff -r 644a78e08033 -r 61ba52af28e3 src/Tools/VSCode/extension/README.md --- a/src/Tools/VSCode/extension/README.md Sun Mar 15 11:57:59 2020 +0100 +++ b/src/Tools/VSCode/extension/README.md Sun Mar 15 13:20:22 2020 +0100 @@ -1,15 +1,14 @@ # Isabelle Prover IDE support This extension connects VSCode to the Isabelle Prover IDE infrastructure: it -requires Isabelle2020. +requires a repository version of Isabelle. 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: - * - * + * * @@ -59,8 +58,8 @@ ### Isabelle/VSCode Installation - * Download Isabelle2020 from - or any of its mirror sites. + * Download a recent Isabelle development snapshot from + * Unpack and run the main Isabelle/jEdit application as usual, to ensure that the logic image is built properly and Isabelle works as expected. @@ -69,7 +68,7 @@ * Open the VSCode *Extensions* view and install the following: - + *Isabelle2020* (needs to fit to the underlying Isabelle release). + + *Isabelle* (needs to fit to the underlying Isabelle release). + *Prettify Symbols Mode* (important for display of Isabelle symbols). @@ -90,17 +89,17 @@ + Linux: ``` - "isabelle.home": "/home/makarius/Isabelle2020" + "isabelle.home": "/home/makarius/Isabelle" ``` + Mac OS X: ``` - "isabelle.home": "/Users/makarius/Isabelle.app/Isabelle2020" + "isabelle.home": "/Users/makarius/Isabelle.app/Isabelle" ``` + Windows: ``` - "isabelle.home": "C:\\Users\\makarius\\Isabelle2020" + "isabelle.home": "C:\\Users\\makarius\\Isabelle" ``` * Restart the VSCode application to ensure that all extensions are properly diff -r 644a78e08033 -r 61ba52af28e3 src/Tools/VSCode/extension/package.json --- a/src/Tools/VSCode/extension/package.json Sun Mar 15 11:57:59 2020 +0100 +++ b/src/Tools/VSCode/extension/package.json Sun Mar 15 13:20:22 2020 +0100 @@ -1,6 +1,6 @@ { - "name": "Isabelle2020", - "displayName": "Isabelle2020", + "name": "Isabelle", + "displayName": "Isabelle", "description": "Isabelle Prover IDE", "keywords": [ "theorem prover",