This commit is contained in:
nub31
2025-10-16 20:25:54 +02:00
parent 13a9b4f89b
commit 7f47f0518e
2 changed files with 4 additions and 4 deletions

2
vscode/.gitignore vendored
View File

@@ -1 +1 @@
bin
out

View File

@@ -1,6 +1,6 @@
vscode:
mkdir -p bin
npx vsce package -o bin/nub-lang.vsix
mkdir -p out
npx vsce package -o out/nub-lang.vsix
clean:
rm -r bin
rm -r out