Skip to content

Commit

Permalink
fix(ui): correct label for code completion in command palette
Browse files Browse the repository at this point in the history
  • Loading branch information
Sma1lboy committed Dec 12, 2024
1 parent b0cfc2e commit 1c9ea20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/vscode/src/commands/commandPalette.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class CommandPalette {
{
label:
(this.config.inlineCompletionTriggerMode === "automatic" ? "" : MENU_ITEM_INDENT_SPACING) +
"Code Completions",
"Code Completion",
detail: MENU_ITEM_INDENT_SPACING + "Toggle between automatic and manual completion mode",
picked: this.config.inlineCompletionTriggerMode === "automatic",
command: "tabby.toggleInlineCompletionTriggerMode",
Expand Down

0 comments on commit 1c9ea20

Please sign in to comment.