Hide generate commit message button when assistant is disabled (#26519)

Release Notes:

- Git Beta: Fixed the generate commit message button still showing when
the assistant is disabled.
This commit is contained in:
Mikayla Maki 2025-03-11 22:55:41 -07:00 committed by GitHub
parent 2cd970f137
commit 050f5f6723
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 23 additions and 4 deletions

View file

@ -19,6 +19,7 @@ test-support = ["multi_buffer/test-support"]
[dependencies]
anyhow.workspace = true
askpass.workspace = true
assistant_settings.workspace = true
buffer_diff.workspace = true
collections.workspace = true
component.workspace = true