This commit is contained in:
nub31
2025-05-22 20:38:18 +02:00
parent 322b518e66
commit b2691dda0e
2 changed files with 3 additions and 2 deletions

2
.gitignore vendored
View File

@@ -1,2 +1,2 @@
tools/syntax-highlighting/nub-lang-*.vsix
tools/syntax-highlighting/out
out

View File

@@ -1,2 +1,3 @@
#!/bin/bash
npx vsce package
mkdir -p out
npx vsce package -o out/nub-lang.vsix