Skip to content

Commit

Permalink
fix: support lower compatible version of vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
tuchg committed Aug 24, 2022
1 parent 9ec1f56 commit 3e822dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"api"
],
"engines": {
"vscode": "^1.69.0"
"vscode": "^1.49.0"
},
"activationEvents": [
"onLanguage:vue",
Expand Down Expand Up @@ -101,7 +101,7 @@
"@commitlint/config-conventional": "^17.0.3",
"@types/glob": "^7.2.0",
"@types/node": "^16.11.47",
"@types/vscode": "^1.69.0",
"@types/vscode": "^1.49.0",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"@vscode/test-electron": "^2.1.5",
Expand Down

0 comments on commit 3e822dc

Please sign in to comment.