All Self Built Extensions
Local location:
/mnt/sdc2/parsh/static/vscode/
Press Ctrl+Shift+B to start the build task. Run the extension: press F5, then press Ctrl+Shift+P and run command from list below (then, to stop vs-code engine, press Shift+F5):
- vscode-helloworld code.visualstudio.com: Your First Extension
Hello World
- web-view code.visualstudio.com: Webview
Cat Coding: Start new cat coding session
- vscode-languagetool raymondcamden.com: My First Stab At A Grammar Extension For VS Code
- If you get an error, press
Debug anyway - Make any file with text and save it
Run LanguageTool
- If you get an error, press
- lsp-sample code.visualstudio.com: Language Server Extension Guide
- Run
Launch Client - Make .txt file with the text
ANY browser. ANY host. ANY OS. - The validator creates diagnostics for all uppercase words length 2 and more. See the page above.
- Run
Attach to Server - Or run
Client + Serverinstead
- Run