This commit is contained in:
程广 2025-03-03 17:12:32 +08:00
parent b54a15023c
commit 7195a21d05
2 changed files with 8 additions and 8 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "gitcommitfilter",
"version": "0.0.1",
"version": "0.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "gitcommitfilter",
"version": "0.0.1",
"version": "0.0.2",
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/node": "20.x",

View File

@ -2,7 +2,7 @@
"name": "gitcommitfilter",
"displayName": "gitcommitfilter",
"description": "过滤显示当前git分支的commit",
"version": "0.0.1",
"version": "0.0.2",
"engines": {
"vscode": "^1.97.0"
},
@ -10,14 +10,14 @@
"Other"
],
"extensionKind": [
"ui",
"workspace"
],
"ui",
"workspace"
],
"icon": "media/commit.png",
"publisher": "elfcheng",
"extensionDependencies": [
"vscode.git"
],
],
"activationEvents": [],
"main": "./dist/extension.js",
"contributes": {
@ -72,4 +72,4 @@
"type": "git",
"url": "https://git.pyer.club/kingecg/gitcommitfilter.git"
}
}
}