Add .gitattributes routing *.vsix through Git LFS and convert the committed extension vsix to an LFS pointer. Keeps the reproducible build artifact in the repo without growing normal history on each rebuild. Future-only — existing vsix blobs remain in history (a `git lfs migrate` rewrite would be needed to purge those, deferred since origin/master is shared).
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
