Update copilot_button.rs

This commit is contained in:
Mikayla Maki 2023-04-24 09:03:54 -07:00 committed by GitHub
parent 455d383d08
commit c7874cf169
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -273,7 +273,7 @@ impl CopilotButton {
menu_options.push(ContextMenuItem::item("Sign In", InitiateSignIn));
menu_options.push(ContextMenuItem::item(
"Disable Copilot Integration",
"Disable Copilot",
HideCopilot,
));