Files
judge/editor/vscode-jdg
Mikhail Kornilovich 00e1c9195c
All checks were successful
Release / Build & publish (push) Successful in 1m26s
add sources, add visx to release flow
2026-04-06 19:50:16 +03:00
..
2026-04-05 21:12:13 +03:00
2026-04-05 21:12:13 +03:00

Judge DSL — VS Code extension

Syntax highlighting for .jdg files (the judge test-suite DSL).

Install (local, no marketplace)

VS Code

Copy this directory into your extensions folder — VS Code loads it on next restart:

# VS Code
cp -r editor/vscode-jdg ~/.vscode/extensions/jdg-language-0.1.0

Restart the editor, open any .jdg file — you should see keywords, strings, durations highlighted.

Package as .vsix (shareable)

npm install -g @vscode/vsce
cd editor/vscode-jdg
vsce package
# → jdg-language-0.1.0.vsix

Then in VS Code: Extensions...Install from VSIX.