Browse Source

dev notes

VHDL Tool 1 year ago
parent
commit
79b3428441
1 changed files with 8 additions and 0 deletions
  1. 8 0
      development.md

+ 8 - 0
development.md

@@ -0,0 +1,8 @@
1
+# Reference
2
+Basic example: https://github.com/microsoft/vscode-extension-samples/tree/main/lsp-sample/client
3
+
4
+# Incantations
5
+tsc -p .
6
+npm install
7
+code .
8
+<F5>