Skip to content

Pick up latest markdown language service#320845

Merged
mjbvz merged 1 commit into
mainfrom
dev/mjbvz/useful-gull
Jun 11, 2026
Merged

Pick up latest markdown language service#320845
mjbvz merged 1 commit into
mainfrom
dev/mjbvz/useful-gull

Conversation

@mjbvz

@mjbvz mjbvz commented Jun 10, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@mjbvz mjbvz self-assigned this Jun 10, 2026
Copilot AI review requested due to automatic review settings June 10, 2026 21:09

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

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-languageserver from 0.5.0-alpha.16 to 0.5.0.
  • Bump vscode-markdown-languageservice from ^0.5.0-alpha.13 to 0.5.0.
  • Refresh package-lock.json to 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"
}
@mjbvz mjbvz merged commit 096cabf into main Jun 11, 2026
96 of 97 checks passed
@mjbvz mjbvz deleted the dev/mjbvz/useful-gull branch June 11, 2026 17:29
@vs-code-engineering vs-code-engineering Bot added this to the 1.125.0 milestone Jun 11, 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.

3 participants