提交 93958d98 编写于 作者: R Rob Lourens

Make sure markdownDeprecationMessage shows up in package.json suggestions

#91618
上级 9237df9e
......@@ -72,6 +72,10 @@ const configurationEntrySchema: IJSONSchema = {
deprecationMessage: {
type: 'string',
description: nls.localize('scope.deprecationMessage', 'If set, the property is marked as deprecated and the given message is shown as an explanation.')
},
markdownDeprecationMessage: {
type: 'string',
description: nls.localize('scope.markdownDeprecationMessage', 'If set, the property is marked as deprecated and the given message is shown as an explanation in the markdown format.')
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册