Skip to content

Commit d98fd7f

Browse files
committed
降低版本
1 parent 285fcbb commit d98fd7f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

package.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"icon": "res/icon.png",
77
"publisher": "tangzx",
88
"engines": {
9-
"vscode": "^1.87.0"
9+
"vscode": "^1.82.0"
1010
},
1111
"categories": [
1212
"Programming Languages",
@@ -33,10 +33,6 @@
3333
"command": "emmy.insertEmmyDebugCode",
3434
"title": "EmmyLua: Insert Emmy Debugger Code"
3535
},
36-
{
37-
"command": "emmlua.syntax.view",
38-
"title": "EmmyLua: View Syntax Tree"
39-
},
4036
{
4137
"command": "emmlua.stopServer",
4238
"title": "EmmyLua: Stop EmmyLua Language Server"
@@ -470,7 +466,7 @@
470466
"devDependencies": {
471467
"@types/mocha": "^9.1.0",
472468
"@types/node": "^17.0.21",
473-
"@types/vscode": "1.87.0",
469+
"@types/vscode": "1.82.0",
474470
"download": "^7.1.0",
475471
"eslint": "^8.11.0",
476472
"filecopy": "^4.0.2",

0 commit comments

Comments
 (0)