Skip to content

Commit 0f29f03

Browse files
author
Calvinn Ng
committed
remove redundant command
1 parent 7e52dce commit 0f29f03

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

extensions/vscode/src/commands.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -544,12 +544,6 @@ const commandsMap: (
544544
addEntireFileToContext(uri, false, sidebar.webviewProtocol);
545545
}
546546
},
547-
"ahrefs-continue.logAutocompleteOutcome": (
548-
completionId: string,
549-
completionProvider: CompletionProvider,
550-
) => {
551-
completionProvider.accept(completionId);
552-
},
553547
"ahrefs-continue.toggleTabAutocompleteEnabled": () => {
554548
captureCommandTelemetry("toggleTabAutocompleteEnabled");
555549

0 commit comments

Comments
 (0)