Skip to content

docs: Fix incorrect directory paths in CONTRIBUTING.md files - #325810

Merged
Dmitriy Vasyura (dmitrivMS) merged 2 commits into
microsoft:mainfrom
Moli13337:main
Jul 29, 2026
Merged

docs: Fix incorrect directory paths in CONTRIBUTING.md files#325810
Dmitriy Vasyura (dmitrivMS) merged 2 commits into
microsoft:mainfrom
Moli13337:main

Conversation

@Moli13337

Copy link
Copy Markdown
Contributor

Summary

Fixed incorrect directory paths in the CONTRIBUTING.md files for json-language-features and html-language-features extensions.

Changes Made

  • Fixed path: json-languagefeatures/server/json-language-features/server/
  • Fixed path: html-languagefeatures/server/html-language-features/server/

Problem Fixed

The paths were missing hyphens, which would cause cd: no such file or directory errors when users try to follow the development instructions in the CONTRIBUTING files.

Files Changed

  • extensions/json-language-features/CONTRIBUTING.md
  • extensions/html-language-features/CONTRIBUTING.md

Testing

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 ✓

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/
Copilot AI review requested due to automatic review settings July 14, 2026 15:10

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@dmitrivMS
Dmitriy Vasyura (dmitrivMS) enabled auto-merge (squash) July 28, 2026 23:16
@dmitrivMS
Dmitriy Vasyura (dmitrivMS) merged commit 2b604e8 into microsoft:main Jul 29, 2026
32 of 36 checks passed
@vs-code-engineering vs-code-engineering Bot added this to the 1.132.0 milestone Jul 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants