Skip to content

Commit 986f509

Browse files
committed
update README.md and package.json
1 parent 7d855c3 commit 986f509

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This extensions adds a button to the Git extension sidebar - clicking it sends a
1010

1111
- This extension is not available in the extensions library. You can build and install it locally though.
1212
- This was developed with Cursor quickly, the code and quality has not been verified.
13+
- This extension has only been tested in VS Code and not in Cursor.
14+
- The extension button is a long name - this needs to be shortened or made into an icon.
1315

1416
## Benefits
1517

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"commands": [
2626
{
2727
"command": "llm-commit-msg.generateCommitMessage",
28-
"title": "Generate Commit Message (LLM)"
28+
"title": "Generate Commit Msg",
29+
"icon": "$(git-commit)"
2930
}
3031
],
3132
"menus": {

0 commit comments

Comments
 (0)