提交 3909604d 编写于 作者: A Alex Ross

Fix options not making it indo configuring tasks

Fixes #81284
上级 863c25ab
......@@ -1239,7 +1239,8 @@ namespace ConfigurationProperties {
{ property: 'name' }, { property: 'identifier' }, { property: 'group' }, { property: 'isBackground' },
{ property: 'promptOnClose' }, { property: 'dependsOn' },
{ property: 'presentation', type: CommandConfiguration.PresentationOptions }, { property: 'problemMatchers' }
{ property: 'presentation', type: CommandConfiguration.PresentationOptions }, { property: 'problemMatchers' },
{ property: 'options' }
];
export function from(this: void, external: ConfigurationProperties & { [key: string]: any; }, context: ParseContext, includeCommandOptions: boolean, properties?: IJSONSchemaMap): Tasks.ConfigurationProperties | undefined {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册