Skip to content

v1.9.20

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Aug 03:15
· 4 commits to main since this release
  • 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
  • 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 of vsce
    • Fixed dependency order to ensure oxlint is in the correct position

What's Changed

  • 优化compile_commands.json内容,自动生成改为使用命令生成;移除.clangd生成功能 by @ZhangRiven in #81

Full Changelog: v1.9.18...v1.9.20