Make sure markdownDeprecationMessage shows up in package.json suggestions

#91618
This commit is contained in:
Rob Lourens
2020-04-29 12:44:51 -05:00
parent 9237df9e9a
commit 93958d98e8

View File

@@ -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.')
}
}
}