Skip to content

Commit

Permalink
feat(git-webview): Add git configurations setup button (#4)
Browse files Browse the repository at this point in the history
* feat(git-webview): Add git configurations setup button
  • Loading branch information
fcasal authored Mar 19, 2024
1 parent a0c592d commit a421a92
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@
},
{
"command": "weAudit.setupRepositories",
"title": "weAudit: Setup Audit and Client Repositories, and the Git Commit Hash"
"title": "weAudit: Setup Audit and Client Repositories, and the Git Commit Hash",
"icon": "$(settings-gear)"
},
{
"command": "weAudit.resolveFinding",
Expand Down Expand Up @@ -299,6 +300,11 @@
"command": "weAudit.showMarkedFilesDayLog",
"when": "view == codeMarker",
"group": "navigation@0"
},
{
"command": "weAudit.setupRepositories",
"when": "view == gitConfig",
"group": "navigation@0"
}
],
"view/item/context": [
Expand Down

0 comments on commit a421a92

Please sign in to comment.