chatgpt-vscode icon indicating copy to clipboard operation
chatgpt-vscode copied to clipboard

No Commit Message Icon in Primary Bar tab

Open Daethyra opened this issue 1 year ago • 3 comments

Verify it's not a duplicate bug report

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

  1. Command "Generate Commit Message" via Shift+Ctrl+P is functional.
  2. I tried disabling the extension and reloading
  3. I tried reinstalling the extension
  4. I tried disabling other extensions that had the same Commit Message Generation functionality

Daethyra avatar Feb 06 '24 19:02 Daethyra

I have the same problem. I use Code-Server. V 4.20.1 works. V4.21.0 it does not work.

Badlee2020 avatar Feb 07 '24 08:02 Badlee2020

Same problem here since I've updated VSCode to latest version in Windows 11.

0x10-z avatar Feb 07 '24 08:02 0x10-z

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

image

genieai-info avatar Jun 16 '24 15:06 genieai-info