提交 366bfe96 编写于 作者: A Alex Ross

Add dependsOn to task JSON schema for customized tasks

Fixes #63874
上级 0562d285
......@@ -341,6 +341,7 @@ let taskConfiguration: IJSONSchema = {
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.')
},
runOptions: Objects.deepClone(runOptions),
dependsOn: Objects.deepClone(dependsOn),
}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册