src/Tools/VSCode/extension/README.md
changeset 68870 53a75627aab7
parent 68546 34d732a83767
child 69343 395c4fb15ea2
--- a/src/Tools/VSCode/extension/README.md	Sat Sep 01 17:16:36 2018 +0200
+++ b/src/Tools/VSCode/extension/README.md	Sat Sep 01 18:39:36 2018 +0200
@@ -1,15 +1,14 @@
 # Isabelle Prover IDE support
 
 This extension connects VSCode to the Isabelle Prover IDE infrastructure: it
-requires Isabelle2018.
+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:
 
-  * <https://isabelle.in.tum.de/website-Isabelle2018>
-  * <https://isabelle.in.tum.de/repos/isabelle/file/Isabelle2018/src/Tools/VSCode>
+  * <https://isabelle.in.tum.de/repos/isabelle/file/tip/src/Tools/VSCode>
   * <https://github.com/Microsoft/language-server-protocol>
 
 
@@ -59,8 +58,7 @@
 
 ### Isabelle/VSCode Installation
 
-  * Download Isabelle2018 from <https://isabelle.in.tum.de/website-Isabelle2018>
-    or any of its mirror sites.
+  * Download a recent Isabelle development snapshot from <http://isabelle.in.tum.de/devel/release_snapshot>
 
   * 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 +67,7 @@
 
   * Open the VSCode *Extensions* view and install the following:
 
-      + *Isabelle2018* (needs to fit to the underlying Isabelle release).
+      + *Isabelle*.
 
       + *Prettify Symbols Mode* (important for display of Isabelle symbols).
 
@@ -90,17 +88,17 @@
 
       + Linux:
         ```
-        "isabelle.home": "/home/makarius/Isabelle2018"
+        "isabelle.home": "/home/makarius/Isabelle"
         ```
 
       + Mac OS X:
         ```
-        "isabelle.home": "/Users/makarius/Isabelle.app/Isabelle2018"
+        "isabelle.home": "/Users/makarius/Isabelle.app/Isabelle"
         ```
 
       + Windows:
         ```
-        "isabelle.home": "C:\\Users\\makarius\\Isabelle2018"
+        "isabelle.home": "C:\\Users\\makarius\\Isabelle"
         ```
 
   * Restart the VSCode application to ensure that all extensions are properly