File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 263263 "title" : " Edit Context in Chat using..." ,
264264 "category" : " Code Web Chat"
265265 },
266+ {
267+ "command" : " codeWebChat.askAboutContext" ,
268+ "title" : " Ask about Context" ,
269+ "category" : " Code Web Chat"
270+ },
271+ {
272+ "command" : " codeWebChat.askAboutContextUsing" ,
273+ "title" : " Ask about Context using..." ,
274+ "category" : " Code Web Chat"
275+ },
276+ {
277+ "command" : " codeWebChat.noContextChat" ,
278+ "title" : " No context chat" ,
279+ "category" : " Code Web Chat"
280+ },
281+ {
282+ "command" : " codeWebChat.noContextChatUsing" ,
283+ "title" : " No context chat using..." ,
284+ "category" : " Code Web Chat"
285+ },
266286 {
267287 "command" : " codeWebChat.editContextToClipboard" ,
268288 "title" : " Edit Context to Clipboard" ,
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 11export * from './apply-chat-response-command/apply-chat-response-command'
2- export * from './edit-context -to-clipboard-command'
2+ export * from './chat -to-clipboard-command'
33export * from './close-all-editors-command'
44export * from './close-editor-command'
55export * from './code-completion-commands'
@@ -20,6 +20,6 @@ export * from './revert-command'
2020export * from './save-all-command'
2121export * from './save-context-command'
2222export * from './apply-context-command'
23- export * from './edit-context-in- chat-commands'
23+ export * from './chat-commands'
2424export * from './edit-context-commands'
2525export * from './apply-context-from-clipboard-command'
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ import {
3737 open_settings_command ,
3838 open_url_command ,
3939 rate_command ,
40- edit_context_commands ,
41- apply_context_from_clipboard_command
40+ apply_context_from_clipboard_command ,
41+ edit_context_commands
4242} from './commands'
4343
4444// Store WebSocketServer instance at module level
You can’t perform that action at this time.
0 commit comments