...
This commit is contained in:
2
vscode/.gitignore
vendored
2
vscode/.gitignore
vendored
@@ -1 +1 @@
|
|||||||
bin
|
out
|
||||||
@@ -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
|
||||||
Reference in New Issue
Block a user