adding typescript in front

This commit is contained in:
Aiday Marlen Kyzy
2023-05-25 14:48:50 +02:00
parent 454a8e61ff
commit 0cce0c2f51

View File

@@ -28,7 +28,7 @@ type ApplyCodeActionCommand_args = {
class EditorChatFollowUp implements Command {
id: string = '_quickFix.editorChatFollowUp';
id: string = '_typescript.quickFix.editorChatFollowUp';
constructor(private readonly prompt: string, private readonly document: vscode.TextDocument, private readonly range: vscode.Range, private readonly client: ITypeScriptServiceClient) {
}