Files
agra fe9bd75e09 chore: track *.vsix via Git LFS
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).
2026-06-15 13:39:39 +03:00
..
2026-02-12 16:23:42 +02:00
2026-02-09 18:07:41 +02:00
2026-02-09 18:07:41 +02:00
2026-02-09 18:07:41 +02:00
2026-02-09 18:07:41 +02:00

sx

sx for Visual Studio Code

Language support for the sx programming language.

Features

  • Syntax highlighting for .sx files, including embedded GLSL, SQL, HTML, and JSON blocks.
  • Language server integration — the extension launches the sx binary's language server (sx lsp) to provide editor intelligence.
  • Breakpoints registered for the sx language.

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