Skip to content

Commit

Permalink
Make sure markdownDeprecationMessage shows up in package.json suggest…
Browse files Browse the repository at this point in the history
…ions

#91618
  • Loading branch information
roblourens committed Apr 29, 2020
1 parent 9237df9 commit 93958d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vs/workbench/api/common/configurationExtensionPoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.')
}
}
}
Expand Down

0 comments on commit 93958d9

Please sign in to comment.