Shunyun Wong

Results 5 issues of Shunyun Wong

@adamdubiel In the document, users should get the same output as the currentVersion task, but actually it is not. there is another issue #207 talks about this issue, but it...

1. sql支持数组的方式,类似Mybatis 2. 添加gitignore

- Add Maven Wrapper scripts (mvnw and mvnw.cmd) - Add Maven Wrapper properties file - Add Maven Wrapper JAR (3.2.0) - Ensure wrapper works offline and with consistent Maven version...

## Description 原来注册CommandQuickSideBarViewAction是依据ID_SIDE_BAR,这样是无法禁用CommandQuickSideBarViewAction的,但是在有些场景下是不需要这个action的。 通过添加quickToggleSideBarAction这个builtin module,使得通过经验builtin module达到禁用CommandQuickSideBarViewAction成为可能。 ## Changes - 将 ACTION_QUICK_CREATE_FOLDER常量添加到 const.ts 文件中 - 在 extension.ts 中导入新的常量并更新相关动作映射 - 修改 quickToggleSideBarAction.ts 中的 ID 引用,使用新常量替代原有值