diff --git a/.gitignore b/.gitignore index 8ffee6d..3df6cb1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -tools/syntax-highlighting/nub-lang-*.vsix +tools/syntax-highlighting/out out \ No newline at end of file diff --git a/tools/syntax-highlighting/build.sh b/tools/syntax-highlighting/build.sh index 6c4343f..161b7dd 100755 --- a/tools/syntax-highlighting/build.sh +++ b/tools/syntax-highlighting/build.sh @@ -1,2 +1,3 @@ #!/bin/bash -npx vsce package +mkdir -p out +npx vsce package -o out/nub-lang.vsix \ No newline at end of file