File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ export class ContinueCompletionProvider
251
251
completionRange ,
252
252
{
253
253
title : "Log Autocomplete Outcome" ,
254
- command : "continue.logAutocompleteOutcome" ,
254
+ command : "ahrefs- continue.logAutocompleteOutcome" ,
255
255
arguments : [ input . completionId , this . completionProvider ] ,
256
256
} ,
257
257
) ;
Original file line number Diff line number Diff line change @@ -327,6 +327,12 @@ const commandsMap: (
327
327
sidebar . webviewProtocol ?. request ( "focusContinueInput" , undefined ) ;
328
328
await addHighlightedCodeToContext ( false , sidebar . webviewProtocol ) ;
329
329
} ,
330
+ "ahrefs-continue.logAutocompleteOutcome" : (
331
+ completionId : string ,
332
+ completionProvider : CompletionProvider ,
333
+ ) => {
334
+ completionProvider . accept ( completionId ) ;
335
+ } ,
330
336
"ahrefs-continue.focusContinueInputWithoutClear" : async ( ) => {
331
337
if ( ! getFullScreenTab ( ) ) {
332
338
vscode . commands . executeCommand ( "ahrefs-continue.ahrefs-continueGUIView.focus" ) ;
You can’t perform that action at this time.
0 commit comments