v1.9.20
-
Updated:
- Bumped version number from 1.9.19 to 1.9.20 in
package.json
- This is a routine version increment, no specific features or fixes included
- Bumped version number from 1.9.19 to 1.9.20 in
-
Build System:
- Refactored project build configuration
- Replaced webpack with esbuild as the build tool
- Updated .vscode configuration, adjusted debug and task settings
- Added
esbuild.ts
file with esbuild build configuration - Modified package.json, updated build and test scripts
- Removed
webpack.config.mjs
file
-
Dependency Updates:
- Updated VSCE installation command, using
@vscode/vsce
instead ofvsce
- Fixed dependency order to ensure oxlint is in the correct position
- Updated VSCE installation command, using
What's Changed
- 优化compile_commands.json内容,自动生成改为使用命令生成;移除.clangd生成功能 by @ZhangRiven in #81
Full Changelog: v1.9.18...v1.9.20