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: vscode:
mkdir -p bin mkdir -p out
npx vsce package -o bin/nub-lang.vsix npx vsce package -o out/nub-lang.vsix
clean: clean:
rm -r bin rm -r out