--- a/src/Tools/VSCode/extension/README.md Fri Nov 12 18:04:18 2021 +0100
+++ b/src/Tools/VSCode/extension/README.md Fri Nov 12 18:45:02 2021 +0100
@@ -1,15 +1,14 @@
# Isabelle Prover IDE support
This extension connects VSCode to the Isabelle Prover IDE infrastructure: it
-requires a suitable repository version of Isabelle.
+requires Isabelle2021-1.
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.sketis.net/repos/isabelle/file/tip/src/Tools/VSCode>
- * <https://github.com/Microsoft/language-server-protocol>
+ * <https://isabelle.in.tum.de/website-Isabelle2021-1>
## Screenshot
@@ -58,8 +57,8 @@
### Isabelle/VSCode Installation
- * Download a recent Isabelle development snapshot from
- <https://isabelle.sketis.net/devel/release_snapshot>
+ * Download Isabelle2021-1 from <https://isabelle.in.tum.de/website-Isabelle2021-1>
+ 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.
@@ -89,17 +88,17 @@
+ Linux:
```
- "isabelle.home": "/home/makarius/Isabelle"
+ "isabelle.home": "/home/makarius/Isabelle2021-1"
```
+ Mac OS X:
```
- "isabelle.home": "/Users/makarius/Isabelle.app/Isabelle"
+ "isabelle.home": "/Users/makarius/Isabelle.app/Isabelle2021-1"
```
+ Windows:
```
- "isabelle.home": "C:\\Users\\makarius\\Isabelle"
+ "isabelle.home": "C:\\Users\\makarius\\Isabelle2021-1"
```
* Restart the VSCode application to ensure that all extensions are properly
--- a/src/Tools/VSCode/extension/package.json Fri Nov 12 18:04:18 2021 +0100
+++ b/src/Tools/VSCode/extension/package.json Fri Nov 12 18:45:02 2021 +0100
@@ -1,6 +1,6 @@
{
- "name": "Isabelle",
- "displayName": "Isabelle",
+ "name": "Isabelle2021-1",
+ "displayName": "Isabelle2021-1",
"description": "Isabelle Prover IDE",
"keywords": [
"theorem prover",