Skip to content

Commit 46dd977

Browse files
author
sunzhongyi
committed
fix: update engine.vscode version to solve build(18.x) error
1 parent 5c3ea0c commit 46dd977

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"publisher": "sunzhongyi",
77
"license": "MIT",
88
"engines": {
9-
"vscode": "^1.70.0"
9+
"vscode": "^1.89.0"
1010
},
1111
"categories": [
1212
"Other"
@@ -22,11 +22,8 @@
2222
"icon": "icon.png",
2323
"repository": {
2424
"type": "git",
25-
"url": "https://github.com/your-username/commit-assistant"
25+
"url": "https://github.com/joisun/commit-assistant"
2626
},
27-
"activationEvents": [
28-
"onCommand:commitAssistant.openEditor"
29-
],
3027
"main": "./out/extension.js",
3128
"contributes": {
3229
"commands": [

0 commit comments

Comments
 (0)