Skip to content

Commit

Permalink
feat: Downgraded VSCode version to improve compatibility with other V…
Browse files Browse the repository at this point in the history
…SCode-based GUIs.
  • Loading branch information
anjerodev committed Jan 24, 2025
1 parent 70ff90c commit 1d870b3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://github.com/anjerodev/commitollama.git"
},
"engines": {
"vscode": "^1.96.0"
"vscode": "^1.90.0"
},
"categories": [
"Machine Learning",
Expand Down Expand Up @@ -155,14 +155,15 @@
"test": "vscode-test",
"publish": "npm run build && vsce publish",
"publish:minor": "npm run build && vsce publish minor",
"publish:patch": "npm run build && vsce publish patch"
"publish:patch": "npm run build && vsce publish patch",
"package": "vsce package"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/mocha": "10.0.10",
"@types/node": "22.10.10",
"@types/sinon": "17.0.3",
"@types/vscode": "1.96.0",
"@types/vscode": "^1.90.0",
"@vscode/test-cli": "0.0.10",
"@vscode/test-electron": "2.4.1",
"esbuild": "0.24.2",
Expand Down

0 comments on commit 1d870b3

Please sign in to comment.