From b2691dda0efae7981a09ac96cdcc6e9332de28a7 Mon Sep 17 00:00:00 2001 From: nub31 Date: Thu, 22 May 2025 20:38:18 +0200 Subject: [PATCH] ... --- .gitignore | 2 +- tools/syntax-highlighting/build.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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