Implement vscode command terminal quick fixes

Part of #162950
This commit is contained in:
Daniel Imms
2023-08-16 12:23:49 -07:00
parent 3f8a55b32c
commit 4047859b0d
7 changed files with 50 additions and 31 deletions

View File

@@ -1478,7 +1478,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
TerminalLocation: extHostTypes.TerminalLocation,
TerminalProfile: extHostTypes.TerminalProfile,
TerminalExitReason: extHostTypes.TerminalExitReason,
TerminalQuickFixType: extHostTypes.TerminalQuickFixType,
TextDocumentSaveReason: extHostTypes.TextDocumentSaveReason,
TextEdit: extHostTypes.TextEdit,
SnippetTextEdit: extHostTypes.SnippetTextEdit,