Skip to content

Commit 0cce0c2

Browse files
committed
adding typescript in front
1 parent 454a8e6 commit 0cce0c2

File tree

1 file changed

+1
-1
lines changed
  • extensions/typescript-language-features/src/languageFeatures

1 file changed

+1
-1
lines changed

extensions/typescript-language-features/src/languageFeatures/quickFix.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ type ApplyCodeActionCommand_args = {
2828

2929
class EditorChatFollowUp implements Command {
3030

31-
id: string = '_quickFix.editorChatFollowUp';
31+
id: string = '_typescript.quickFix.editorChatFollowUp';
3232

3333
constructor(private readonly prompt: string, private readonly document: vscode.TextDocument, private readonly range: vscode.Range, private readonly client: ITypeScriptServiceClient) {
3434
}

0 commit comments

Comments
 (0)