Skip to content

Commit

Permalink
fix: enhance version compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ImagineBoom committed Feb 22, 2024
1 parent a29927f commit 86edf74
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"Programming Languages"
],
"main": "./out/extension.js",
"activationEvents": [
"onLanguage:gem5-slicc"
],
"capabilities": {
"referencesProvider": "true"
},
Expand Down Expand Up @@ -46,7 +49,7 @@
"@commitlint/config-conventional": "^17.8.1",
"@types/jest": "^29.5.8",
"@types/mocha": "^10.0.4",
"@types/vscode": "^1.82.0",
"@types/vscode": "^1.71.0",
"commitizen": "^4.3.0",
"husky": "^8.0.3",
"js-yaml": "^4.1.0",
Expand Down

0 comments on commit 86edf74

Please sign in to comment.