Fixes #45576: Allow users to control quoting in tasks

This commit is contained in:
Dirk Baeumer
2018-03-12 12:09:16 +01:00
parent f5bf952817
commit ddd44e0ae9
11 changed files with 589 additions and 96 deletions

View File

@@ -638,6 +638,7 @@ export function createApiFactory(
TaskGroup: extHostTypes.TaskGroup,
ProcessExecution: extHostTypes.ProcessExecution,
ShellExecution: extHostTypes.ShellExecution,
ShellQuoting: extHostTypes.ShellQuoting,
TaskScope: extHostTypes.TaskScope,
Task: extHostTypes.Task,
ConfigurationTarget: extHostTypes.ConfigurationTarget,