File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,8 +88,7 @@ Generate meaningful commit messages precisely adhering to your preferred style.
8888### Code completions
8989
9090- ` Code Web Chat: Code Completion ` - Get code at cursor using API tool.
91- - ` Code Web Chat: Code Completion using... ` - ...above with configuration selection.
92- - ` Code Web Chat: Code Completion to Clipboard ` - Copy the code completion prompt to clipboard.
91+ - ` Code Web Chat: Code Completion using... ` - show list of configurations.
9392
9493### Version Control
9594
Original file line number Diff line number Diff line change 219219 "title" : " Code Completion with Instructions" ,
220220 "category" : " Code Web Chat"
221221 },
222- {
223- "command" : " codeWebChat.codeCompletionToClipboard" ,
224- "title" : " Code Completion to Clipboard" ,
225- "category" : " Code Web Chat"
226- },
227222 {
228223 "command" : " codeWebChat.applyChatResponse" ,
229224 "title" : " Apply Chat Response" ,
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ export * from './apply-chat-response-command/apply-chat-response-command'
22export * from './close-all-editors-command'
33export * from './close-editor-command'
44export * from './code-completion-commands'
5- export * from './code-completion-to-clipboard-commands'
65export * from './commit-changes-command'
76export * from './delete-command'
87export * from './generate-commit-message-command'
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ import {
2828 revert_command ,
2929 generate_commit_message_command ,
3030 commit_changes_command ,
31- code_completion_to_clipboard_command ,
3231 reference_in_chat_command ,
3332 open_settings_command ,
3433 open_url_command ,
@@ -104,10 +103,6 @@ export async function activate(context: vscode.ExtensionContext) {
104103 open_editors_provider ,
105104 context
106105 ) ,
107- code_completion_to_clipboard_command (
108- workspace_provider ,
109- open_editors_provider
110- ) ,
111106 close_editor_command ( ) ,
112107 close_all_editors_command ( ) ,
113108 save_all_command ( ) ,
You can’t perform that action at this time.
0 commit comments