Skip to content

Commit 9a06649

Browse files
committed
Remove 'Setup ' prefix from API tool labels
1 parent 5963e48 commit 9a06649

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/vscode/src/view/backend/message-handlers/handle-open-settings/handle-open-settings.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import { setup_api_tool_multi_config } from './setup-api-tool-multi-config'
55
import { setup_api_tool } from './setup-api-tool'
66

77
const LABEL_API_PROVIDERS = '$(key) API Providers'
8-
const LABEL_CODE_COMPLETIONS = 'Setup API tool: Code Completions'
9-
const LABEL_EDIT_CONTEXT = 'Setup API tool: Edit Context'
10-
const LABEL_INTELLIGENT_UPDATE = 'Setup API tool: Intelligent Update'
11-
const LABEL_COMMIT_MESSAGES = 'Setup API tool: Commit Messages'
8+
const LABEL_CODE_COMPLETIONS = 'API tool: Code Completions'
9+
const LABEL_EDIT_CONTEXT = 'API tool: Edit Context'
10+
const LABEL_INTELLIGENT_UPDATE = 'API tool: Intelligent Update'
11+
const LABEL_COMMIT_MESSAGES = 'API tool: Commit Messages'
1212

1313
export const handle_open_settings = async (
1414
provider: ViewProvider

0 commit comments

Comments
 (0)