Skip to content

Commit

Permalink
- ci - Replace npm-package used to auto-build vscode-plugin, vsce to …
Browse files Browse the repository at this point in the history
…@vscode/vsce.
  • Loading branch information
kaizhu256 committed Mar 12, 2024
1 parent d014d3e commit 5000907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ import moduleFs from "fs";
}));
}());
' "$@" # '
npx vsce package
npx @vscode/vsce package
rm -rf node_modules
)
)}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- jslint - try to improve parser to be able to parse jquery.js without stopping.

# v2024.3.1-beta
- ci - Replace npm-package used to auto-build vscode-plugin, vsce to @vscode/vsce.
- test - Update test-function jstestDescribe() to wait awhile for imports to initialize before running tests.
- ci - Fix tmpdir in shell-function shBrowserScreenshot().
- vim - Allow installing vim-plugin to any directory, instead of hardcoded to ~/.vim/.
Expand Down

0 comments on commit 5000907

Please sign in to comment.