Add support to focus terminal and to control terminal instance reuse

This commit is contained in:
Dirk Baeumer
2017-06-15 16:04:42 +02:00
parent 972b9a12f3
commit 23c631879a
17 changed files with 389 additions and 194 deletions

View File

@@ -489,6 +489,7 @@ export function createApiFactory(
ThemeColor: extHostTypes.ThemeColor,
// functions
TaskRevealKind: extHostTypes.TaskRevealKind,
TaskInstanceKind: extHostTypes.TaskInstanceKind,
TaskGroup: extHostTypes.TaskGroup,
ShellTask: extHostTypes.ShellTask,
ProcessTask: extHostTypes.ProcessTask