adding typescript in front

This commit is contained in:
Aiday Marlen Kyzy 2023-05-25 14:48:50 +02:00
parent 454a8e61ff
commit 0cce0c2f51
No known key found for this signature in database
GPG key ID: 24A8B53DBD26FF4E

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) {
}