Skip to content

Commit

Permalink
Fix can't be disabled AppWorks (#849)
Browse files Browse the repository at this point in the history
* fix: #848

* feat: update review

* feat: update review

* feat: update version

* feat: update

Co-authored-by: jason.yf <jason.yf@alibaba-inc.com>
  • Loading branch information
fyangstudio and jason.yf authored Jun 1, 2021
1 parent 49a8385 commit ea4ad8c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions extensions/appworks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 1.0.2

- Fix [#848](https://github.com/appworks-lab/pack/issues/848), remove [Chinese (Simplified) Language Pack for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=MS-CEINTL.vscode-language-pack-zh-hans).

## 1.0.1

- docs: README.md
Expand Down
1 change: 0 additions & 1 deletion extensions/appworks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ Extension | Description | State

AppWorks Pack extension installs these recommend extensions:

- [Chinese (Simplified) Language Pack](https://marketplace.visualstudio.com/items?itemName=MS-CEINTL.vscode-language-pack-zh-hans):Language pack extension for Chinese (Simplified).
- [GitLens](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens): Supercharge the Git capabilities built into Visual Studio Code.
- [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker): Spelling checker for source code.
- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint): Integrates [ESLint](https://eslint.org/) JavaScript into VS Code.
Expand Down
1 change: 0 additions & 1 deletion extensions/appworks/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ AppWorks 套件内包含以下自研插件:

AppWorks 套件内包含以下推荐的三方插件:

- [Chinese (Simplified) Language Pack](https://marketplace.visualstudio.com/items?itemName=MS-CEINTL.vscode-language-pack-zh-hans):为 VS Code 提供中文(简体)本地化界面
- [GitLens](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens): 增强 VS Code 中内置的 Git 功能
- [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker): 英文拼写检查器
- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint): [ESLint](https://eslint.org/) 配套的检查器
Expand Down
3 changes: 1 addition & 2 deletions extensions/appworks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "AppWorks",
"description": "Application Development Pack, provide visualization and intelligent technology to build Universal Application faster and better, support Web / H5 / MiniProgram(小程序) Application.",
"publisher": "iceworks-team",
"version": "1.0.1",
"version": "1.0.2",
"engines": {
"vscode": "^1.41.0"
},
Expand Down Expand Up @@ -41,7 +41,6 @@
"iceworks-team.iceworks-time-master",
"iceworks-team.iceworks-codemod",
"iceworks-team.iceworks-refactor",
"MS-CEINTL.vscode-language-pack-zh-hans",
"eamodio.gitlens",
"streetsidesoftware.code-spell-checker",
"dbaeumer.vscode-eslint",
Expand Down

0 comments on commit ea4ad8c

Please sign in to comment.