vscode: removed README because its content is outdated;
authorThomas Lindae <thomas.lindae@in.tum.de>
Wed, 17 Jul 2024 21:02:30 +0200
changeset 81077 664c1a6cc8c1
parent 81076 f2e7e240c424
child 81078 ca20bd1e25fe
vscode: removed README because its content is outdated;
src/Tools/VSCode/README.md
--- a/src/Tools/VSCode/README.md	Wed Jul 17 20:56:27 2024 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-# Isabelle/VSCode development #
-
-## System requirements ##
-
-* install default node.js (e.g. via Ubuntu package)
-
-* update to recent stable version:
-
-    sudo npm cache clean -f
-    sudo npm install -g n
-    sudo n stable
-
-* install add-on tools:
-
-    sudo npm install -g yarn vsce
-
-
-## Edit and debug ##
-
-* Shell commands within $ISABELLE_HOME directory:
-
-    isabelle component_vscode_extension -U
-    isabelle vscode src/Tools/VSCode/extension
-
-* VSCode commands:
-    Run / Start Debugging (F5)
-    File / Open Folder: e.g. `src/HOL/Examples/` then open .thy files
-
-
-## Build and install ##
-
-    isabelle component_vscode_extension -I