Skip to content

Commit 366bfe9

Browse files
committed
Add dependsOn to task JSON schema for customized tasks
Fixes microsoft#63874
1 parent 0562d28 commit 366bfe9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ let taskConfiguration: IJSONSchema = {
341341
description: nls.localize('JsonSchema.tasks.matchers', 'The problem matcher(s) to use. Can either be a string or a problem matcher definition or an array of strings and problem matchers.')
342342
},
343343
runOptions: Objects.deepClone(runOptions),
344+
dependsOn: Objects.deepClone(dependsOn),
344345
}
345346
};
346347

0 commit comments

Comments
 (0)