Merge pull request #197668 from microsoft/merogge/quick-fix-api

`addNewLine` -> `shouldExecute`, expose this in quick fix API
This commit is contained in:
Megan Rogge
2023-11-21 10:23:27 -06:00
committed by GitHub
14 changed files with 60 additions and 56 deletions

View File

@@ -1522,7 +1522,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
TaskRevealKind: extHostTypes.TaskRevealKind,
TaskScope: extHostTypes.TaskScope,
TerminalLink: extHostTypes.TerminalLink,
TerminalQuickFixExecuteTerminalCommand: extHostTypes.TerminalQuickFixCommand,
TerminalQuickFixTerminalCommand: extHostTypes.TerminalQuickFixCommand,
TerminalQuickFixOpener: extHostTypes.TerminalQuickFixOpener,
TerminalLocation: extHostTypes.TerminalLocation,
TerminalProfile: extHostTypes.TerminalProfile,