LICENSE file (MIT, © 2025 agra — matching the repo-root LICENSE) + `license: "MIT"` manifest field + README license section. Clears vsce's missing-license warning; rebuilt the vsix.
833 B
833 B
sx for Visual Studio Code
Language support for the sx programming language.
Features
- Syntax highlighting for
.sxfiles, including embedded GLSL, SQL, HTML, and JSON blocks. - Language server integration — the extension launches the
sxbinary's language server (sx lsp) to provide editor intelligence. - Breakpoints registered for the
sxlanguage.
Requirements
The sx compiler must be installed and on your PATH (or point the extension at it via the setting below). The extension shells out to it for the language server.
Settings
| Setting | Default | Description |
|---|---|---|
sx.lspPath |
sx |
Path to the sx binary used to start the language server (sx lsp). |
License
MIT © agra
