docs: Fix incorrect directory paths in CONTRIBUTING.md files - #325810
Merged
Conversation
Fixed incorrect directory paths in json-language-features and html-language-features CONTRIBUTING.md files. The paths were missing hyphens which would cause command failures when users try to follow the documentation. - Fixed: json-languagefeatures/server/ → json-language-features/server/ - Fixed: html-languagefeatures/server/ → html-language-features/server/
Contributor
There was a problem hiding this comment.
Pull request overview
This PR corrects documentation paths in the built-in json-language-features and html-language-features extensions so contributors can follow the linking/watch instructions without hitting missing-directory errors.
Changes:
- Fixes the server directory path in
extensions/json-language-features/CONTRIBUTING.md(json-languagefeatures/server/→json-language-features/server/). - Fixes the server directory path in
extensions/html-language-features/CONTRIBUTING.md(html-languagefeatures/server/→html-language-features/server/).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| extensions/json-language-features/CONTRIBUTING.md | Corrects the server directory path referenced by the watch/rebuild instructions. |
| extensions/html-language-features/CONTRIBUTING.md | Corrects the server directory path referenced by the watch/rebuild instructions. |
Martin Aeschlimann (aeschli)
approved these changes
Jul 15, 2026
Paul (pwang347)
approved these changes
Jul 15, 2026
roblourens
approved these changes
Jul 15, 2026
Dmitriy Vasyura (dmitrivMS)
enabled auto-merge (squash)
July 28, 2026 23:16
Dmitriy Vasyura (dmitrivMS)
merged commit Jul 29, 2026
2b604e8
into
microsoft:main
32 of 36 checks passed
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.
Summary
Fixed incorrect directory paths in the
CONTRIBUTING.mdfiles forjson-language-featuresandhtml-language-featuresextensions.Changes Made
json-languagefeatures/server/→json-language-features/server/html-languagefeatures/server/→html-language-features/server/Problem Fixed
The paths were missing hyphens, which would cause
cd: no such file or directoryerrors when users try to follow the development instructions in the CONTRIBUTING files.Files Changed
extensions/json-language-features/CONTRIBUTING.mdextensions/html-language-features/CONTRIBUTING.mdTesting
Verified that the corrected paths match the actual directory structure in the repository:
extensions/json-language-features/server/exists ✓extensions/html-language-features/server/exists ✓