提交 958f0212 编写于 作者: D Dirk Baeumer

Deprecate isShellCommand

上级 09258c5c
......@@ -39,8 +39,8 @@ const shellCommand: IJSONSchema = {
{
$ref: '#definitions/shellConfiguration'
}
]
// deprecationMessage: nls.localize('JsonSchema.tasks.isShellCommand.deprecated', 'The property isShellCommand is deprecated. Use the type property and the shell property in the options instead.')
],
deprecationMessage: nls.localize('JsonSchema.tasks.isShellCommand.deprecated', 'The property isShellCommand is deprecated. Use the type property of the task and the shell property in the options instead. See also the 1.14 release notes.')
};
const dependsOn: IJSONSchema = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册