Use markdownDescription for a few more settings#301596
Merged
mjbvz merged 1 commit intomicrosoft:mainfrom Mar 13, 2026
Merged
Conversation
Let's us use inline code elements on these
Contributor
There was a problem hiding this comment.
Pull request overview
Updates a handful of built-in extension settings metadata to use markdownDescription so their descriptions can render inline code formatting (and adjusts corresponding localized strings accordingly).
Changes:
- Switch select configuration entries from
descriptiontomarkdownDescriptionin extensionpackage.jsonmanifests. - Update localized description strings to use Markdown inline-code (backticks) where appropriate.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| extensions/typescript-language-features/package.nls.json | Updates the node path setting description text to use inline-code formatting. |
| extensions/typescript-language-features/package.json | Switches the TS Server node path setting descriptions to markdownDescription. |
| extensions/npm/package.nls.json | Updates a couple of npm setting descriptions to use inline-code formatting. |
| extensions/npm/package.json | Switches two npm settings to markdownDescription to render inline-code properly. |
| extensions/json-language-features/package.nls.json | Updates JSON schema-related descriptions to use inline-code formatting for patterns and wildcards. |
| extensions/json-language-features/package.json | Switches several JSON schema configuration property descriptions to markdownDescription. |
| extensions/emmet/package.nls.json | Updates Emmet vendor-prefix descriptions to use inline-code formatting. |
| extensions/css-language-features/package.nls.json | Tweaks selector-separator descriptions to use inline-code formatting. |
| extensions/css-language-features/package.json | Switches valid-properties lint settings to markdownDescription. |
You can also share your feedback on Copilot code review. Take the survey.
TylerLeonhardt
approved these changes
Mar 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Let's us use inline code elements on these