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