Pick up latest markdown language service#320845
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the built-in markdown-language-features extension to consume the latest stable vscode-markdown-languageserver / vscode-markdown-languageservice packages, aligning the extension’s dependency set with the current markdown language service release.
Changes:
- Bump
vscode-markdown-languageserverfrom0.5.0-alpha.16to0.5.0. - Bump
vscode-markdown-languageservicefrom^0.5.0-alpha.13to0.5.0. - Refresh
package-lock.jsonto reflect the new resolved artifacts (including updated transitive deps and Node engine metadata).
Show a summary per file
| File | Description |
|---|---|
| extensions/markdown-language-features/package.json | Updates markdown language server/service dependency versions to 0.5.0. |
| extensions/markdown-language-features/package-lock.json | Updates lockfile to the 0.5.0 tarballs and new transitive resolution/engine metadata. |
Copilot's findings
Files not reviewed (1)
- extensions/markdown-language-features/package-lock.json: Language not supported
- Files reviewed: 1/2 changed files
- Comments generated: 2
Comment on lines
2414
to
2416
| "engines": { | ||
| "node": "*" | ||
| "node": ">=22" | ||
| } |
Comment on lines
2436
to
2438
| "engines": { | ||
| "node": ">=18" | ||
| "node": ">=22" | ||
| } |
roblourens
approved these changes
Jun 10, 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.
No description provided.