microsoft / microsoft/vscode-custom-data
text-wrap-mode and text-wrap-style CSS properties use unknown {{CSSXRef(\"text-wrap\")}} string in description
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 240
- Forks
- 95
- PR merge metrics
- No merged PRs in 30d
Description
This causes incorrect display of the descriptions for these two CSS properties in VS Code (see image), Chromium (see issue https://issues.chromium.org/issues/422636878#comment12), and other projects that use the https://npmjs.com/package/@vscode/web-custom-data npm package.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the custom-data source for the text-wrap-mode and text-wrap-style property entries and inspect how CSSXRef("text-wrap") is represented. Correct the descriptions so the reference renders properly, then verify the generated @vscode/web-custom-data output in VS Code or another consumer.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, javascript
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100