We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b238b6e commit 7bb056eCopy full SHA for 7bb056e
README.md
@@ -197,7 +197,9 @@ markdown格式链接形如: `[博文标题](https://www.cnblogs.com/cmt/p/47365.
197
198
## vscode 版本要求
199
200
-\>=1.62.0
+\>=1.70.0
201
+
202
+> 自 v1.7 开始, Visual Studio Code 的最低版本要求调整为 1.70.0
203
204
## 插件设置
205
package.json
@@ -16,7 +16,7 @@
16
],
17
"icon": "dist/assets/logo.png",
18
"engines": {
19
- "vscode": "^1.62.0"
+ "vscode": "^1.70.0"
20
},
21
"categories": [
22
"Other"
0 commit comments