We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d855c3 commit 986f509Copy full SHA for 986f509
2 files changed
README.md
@@ -10,6 +10,8 @@ This extensions adds a button to the Git extension sidebar - clicking it sends a
10
11
- This extension is not available in the extensions library. You can build and install it locally though.
12
- 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.
15
16
## Benefits
17
package.json
@@ -25,7 +25,8 @@
25
"commands": [
26
{
27
"command": "llm-commit-msg.generateCommitMessage",
28
- "title": "Generate Commit Message (LLM)"
+ "title": "Generate Commit Msg",
29
+ "icon": "$(git-commit)"
30
}
31
],
32
"menus": {
0 commit comments