merged
authorpaulson
Fri, 03 May 2019 15:43:13 +0100
changeset 70236 498ae040d47b
parent 70234 4e0834322981 (diff)
parent 70235 b0680d8b0608 (current diff)
child 70237 7e9269c188d6
merged
--- a/src/Tools/VSCode/extension/README.md	Fri May 03 15:43:02 2019 +0100
+++ b/src/Tools/VSCode/extension/README.md	Fri May 03 15:43:13 2019 +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 Isabelle2019.
 
 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:
 
-  * <https://isabelle.in.tum.de/repos/isabelle/file/tip/src/Tools/VSCode>
+  * <https://isabelle.in.tum.de/website-Isabelle2019>
+  * <https://isabelle.in.tum.de/repos/isabelle/file/Isabelle2019/src/Tools/VSCode>
   * <https://github.com/Microsoft/language-server-protocol>
 
 
@@ -58,7 +59,8 @@
 
 ### Isabelle/VSCode Installation
 
-  * Download a recent Isabelle development snapshot from <http://isabelle.in.tum.de/devel/release_snapshot>
+  * Download Isabelle2019 from <https://isabelle.in.tum.de/website-Isabelle2019>
+    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.
@@ -67,7 +69,7 @@
 
   * Open the VSCode *Extensions* view and install the following:
 
-      + *Isabelle*.
+      + *Isabelle2019* (needs to fit to the underlying Isabelle release).
 
       + *Prettify Symbols Mode* (important for display of Isabelle symbols).
 
@@ -88,17 +90,17 @@
 
       + Linux:
         ```
-        "isabelle.home": "/home/makarius/Isabelle"
+        "isabelle.home": "/home/makarius/Isabelle2019"
         ```
 
       + Mac OS X:
         ```
-        "isabelle.home": "/Users/makarius/Isabelle.app/Isabelle"
+        "isabelle.home": "/Users/makarius/Isabelle.app/Isabelle2019"
         ```
 
       + Windows:
         ```
-        "isabelle.home": "C:\\Users\\makarius\\Isabelle"
+        "isabelle.home": "C:\\Users\\makarius\\Isabelle2019"
         ```
 
   * Restart the VSCode application to ensure that all extensions are properly
--- a/src/Tools/VSCode/extension/package.json	Fri May 03 15:43:02 2019 +0100
+++ b/src/Tools/VSCode/extension/package.json	Fri May 03 15:43:13 2019 +0100
@@ -1,6 +1,6 @@
 {
-    "name": "isabelle",
-    "displayName": "Isabelle",
+    "name": "Isabelle2019",
+    "displayName": "Isabelle2019",
     "description": "Isabelle Prover IDE",
     "keywords": [
         "theorem prover",