File tree Expand file tree Collapse file tree
packages/vscode/src/view/backend/message-handlers/handle-open-settings Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ import { setup_api_tool_multi_config } from './setup-api-tool-multi-config'
55import { setup_api_tool } from './setup-api-tool'
66
77const 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
1313export const handle_open_settings = async (
1414 provider : ViewProvider
You can’t perform that action at this time.
0 commit comments