Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add experimentalEditorTitleCommandIcon > statusbar #611

Merged
merged 2 commits into from
Aug 8, 2023

Conversation

abeatrix
Copy link
Contributor

@abeatrix abeatrix commented Aug 8, 2023

This adds the existing configuration setting called experimentalEditorTitleCommandIcon that adds cody icon that can be used to toggle showing the chat command menu in the editor title bar:
image

The setting is defaulted to false. When enabled, it will show the icon that can be clicked to open the command menu.

This also updates the status bar service to respect this new setting when determining whether to show the icon as enabled or not.

Related components updated:

  • configuration.ts
  • StatusBar.ts
  • ContextProvider.ts
  • configuration.test.ts

Test plan

Cody icon only shows up in the title bar when the setting is set to true:

image

image

@abeatrix abeatrix requested a review from a team August 8, 2023 14:14
@abeatrix abeatrix merged commit 4bc62f1 into main Aug 8, 2023
8 checks passed
@abeatrix abeatrix deleted the bee/add-editor-icon branch August 8, 2023 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants