https://github.com/distributed-lab/simplicityhl-lsp-vscode
VSCode extension for SimplicityHL language
https://github.com/distributed-lab/simplicityhl-lsp-vscode
Last synced: 5 months ago
JSON representation
VSCode extension for SimplicityHL language
- Host: GitHub
- URL: https://github.com/distributed-lab/simplicityhl-lsp-vscode
- Owner: distributed-lab
- License: mit
- Created: 2025-09-24T08:09:12.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-24T12:45:26.000Z (9 months ago)
- Last Synced: 2025-09-26T03:48:42.224Z (9 months ago)
- Language: TypeScript
- Size: 77.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simplicityhl-lsp-vscode
This extension provides [SimplicityHL language](https://simplicity-lang.org) support in VSCode.
---
## Requirements
For the extension to work properly, you must have the [language server](https://github.com/distributed-lab/simplicityhl-lsp) executable available in your system `PATH`.
## Installation
The extension is available on the [Open VSX Registry](https://open-vsx.org/extension/distributed-lab/simplicityhl-lsp).
## Building from Source
To build the extension locally, ensure you have **npm** installed. Then run:
```bash
npm run install && npm run vsce-package
```
This will generate a `.vsix` package that you can install into VS Code:
```bash
code --install-extension simplicityhl-lsp-*.vsix
```