Skip to content

Commit

Permalink
Fix task json schema to allow object type args in OS config
Browse files Browse the repository at this point in the history
Fixes #79738
  • Loading branch information
alexr00 committed Sep 2, 2019
1 parent 0aa4b5d commit 367f4b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/workbench/contrib/tasks/common/jsonSchema_v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ tasks.items = {
definitionsTaskRunnerConfigurationProperties.inputs = inputsSchema.definitions!.inputs;

definitions.commandConfiguration.properties!.isShellCommand = Objects.deepClone(shellCommand);
definitions.commandConfiguration.properties!.args = Objects.deepClone(args);
definitions.options.properties!.shell = {
$ref: '#/definitions/shellConfiguration'
};
Expand Down

0 comments on commit 367f4b8

Please sign in to comment.