We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c3ea0c commit 46dd977Copy full SHA for 46dd977
package.json
@@ -6,7 +6,7 @@
6
"publisher": "sunzhongyi",
7
"license": "MIT",
8
"engines": {
9
- "vscode": "^1.70.0"
+ "vscode": "^1.89.0"
10
},
11
"categories": [
12
"Other"
@@ -22,11 +22,8 @@
22
"icon": "icon.png",
23
"repository": {
24
"type": "git",
25
- "url": "https://github.com/your-username/commit-assistant"
+ "url": "https://github.com/joisun/commit-assistant"
26
27
- "activationEvents": [
28
- "onCommand:commitAssistant.openEditor"
29
- ],
30
"main": "./out/extension.js",
31
"contributes": {
32
"commands": [
0 commit comments