This extension provides SimplicityHL language support in VSCode.
For the extension to work properly, you must have the language server executable available in your system PATH
.
The extension is available on the Open VSX Registry.
To build the extension locally, ensure you have npm installed. Then run:
npm run install && npm run vsce-package
This will generate a .vsix
package that you can install into VS Code:
code --install-extension simplicityhl-lsp-*.vsix