Commit Graph

5 Commits

Author SHA1 Message Date
agra
5d275ee274 vscode: declare contributes.breakpoints for sx (enable breakpoint gutter)
VSCode disables the breakpoint gutter for a language unless an extension
declares breakpoints are valid for it. The sx extension registered the
language but never contributed breakpoints, so clicking the gutter in a
.sx file did nothing. Add the breakpoints contribution so users can set
breakpoints in .sx files without the per-workspace
debug.allowBreakpointsEverywhere hack.
2026-06-01 16:52:56 +03:00
agra
4fd87309d9 http server 2026-02-17 16:57:12 +02:00
agra
dab162bfe4 strings 2026-02-12 16:23:42 +02:00
agra
7bb4fe0c5f ufcs 2026-02-11 02:22:00 +02:00
agra
55fc5790e4 so... jai :D 2026-02-09 18:07:41 +02:00