Skip to content

Commit 7bb056e

Browse files
committed
chore: set minimal version of vscode to v1.70
1 parent b238b6e commit 7bb056e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,9 @@ markdown格式链接形如: `[博文标题](https://www.cnblogs.com/cmt/p/47365.
197197

198198
## vscode 版本要求
199199

200-
\>=1.62.0
200+
\>=1.70.0
201+
202+
> 自 v1.7 开始, Visual Studio Code 的最低版本要求调整为 1.70.0
201203
202204
## 插件设置
203205

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"icon": "dist/assets/logo.png",
1818
"engines": {
19-
"vscode": "^1.62.0"
19+
"vscode": "^1.70.0"
2020
},
2121
"categories": [
2222
"Other"

0 commit comments

Comments
 (0)