File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -583,7 +583,7 @@ const commandsMap: (
583
583
"ahrefs-continue.openTabAutocompleteConfigMenu" : async ( ) => {
584
584
captureCommandTelemetry ( "openTabAutocompleteConfigMenu" ) ;
585
585
586
- const config = vscode . workspace . getConfiguration ( "continue" ) ;
586
+ const config = vscode . workspace . getConfiguration ( "ahrefs- continue" ) ;
587
587
const quickPick = vscode . window . createQuickPick ( ) ;
588
588
const selected = new GlobalContext ( ) . get ( "selectedTabAutocompleteModel" ) ;
589
589
const autocompleteModelTitles = ( (
@@ -685,6 +685,7 @@ const commandsMap: (
685
685
historyDownEventEmitter . fire ( ) ;
686
686
} ,
687
687
"ahrefs-continue.saveChatSession" : ( ) => {
688
+ Telemetry . capture ( "saveChatSession" , { } ) ;
688
689
sidebar . webviewProtocol . request ( "sendSessionChatHistory" , undefined ) ;
689
690
} ,
690
691
} ;
You can’t perform that action at this time.
0 commit comments