mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
adding typescript in front
This commit is contained in:
@@ -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) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user