chatgpt-vscode
chatgpt-vscode copied to clipboard
No Commit Message Icon in Primary Bar tab
Verify it's not a duplicate bug report
- [X] I searched for similar bugs reported on GitHub and nobody has reported a similar issue. Search all issuees.
- [X] I read Troubleshooting guide on Readme and there is not a guide on how to solve my problem.
Describe the Bug
Description:
I see no "Generate Commit Message" Icon in "Source Control" Primary Bar tab - forced to use command "Generate Commit Message."
Before today, the Icon was there and fully functional.
Steps to reproduce the bug
- Stage a commit
Please tell us if you have customized any of the extension settings or whether you are using the defaults.
Settings changed:
- Personalized Name: Liara-1106
- Model: gpt-3.5-turbo-1106
- Temperature: 0.25
- Max Tokens: 1024
- Top P: 0.8
- Organization: org-...
- Find Problems: Analyze the code for logical errors and any problems. If you find any, list then out using bullet points.
- Add Comments: This code may need inline comments, comments, and docstrings. Choose which and where to add each, if at all, only where they are necessarily helpful.
- Show Notification: True
- Telemetry(Disable): False
Additional context
- Command "Generate Commit Message" via Shift+Ctrl+P is functional.
- I tried disabling the extension and reloading
- I tried reinstalling the extension
- I tried disabling other extensions that had the same Commit Message Generation functionality
I have the same problem. I use Code-Server. V 4.20.1 works. V4.21.0 it does not work.
Same problem here since I've updated VSCode to latest version in Windows 11.
Visual Studio Code has disabled their API to inject Genie AI generate commit message button in the textbox unfortunately. But I added a menu item in the source control like the following. Will keep this issue open until VS Code opens their up again