-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 升级VS Code引擎版本要求至1.96.0 -【构建配置】 - - 添加webview构建流程到编译脚本 - 配置pnpm作为包管理器 - 添加shamefully-hoist选项到.npmrc - 优化tsconfig配置和schema 【依赖管理】 - 删除package-lock.json,改用pnpm-lock.yaml - 更新依赖版本并添加@types/jest依赖 【配置优化】 - 将配置项描述改为英文 - 优化ConfigSchema代码结构和类型定义 【清理】 - 移除未使用的测试文件extension.test.ts
- Loading branch information
1 parent
c7f3872
commit 9a7cc25
Showing
9 changed files
with
10,418 additions
and
6,075 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
enable-pre-post-scripts = true | ||
enable-pre-post-scripts = true | ||
shamefully-hoist = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.