Skip to content

Keep .md file extension as default extension#300353

Merged
mjbvz merged 1 commit intomicrosoft:mainfrom
mjbvz:dev/mjbvz/romantic-guineafowl
Mar 10, 2026
Merged

Keep .md file extension as default extension#300353
mjbvz merged 1 commit intomicrosoft:mainfrom
mjbvz:dev/mjbvz/romantic-guineafowl

Conversation

@mjbvz
Copy link
Collaborator

@mjbvz mjbvz commented Mar 10, 2026

Fixes #300239

Copilot AI review requested due to automatic review settings March 10, 2026 06:20
@mjbvz mjbvz enabled auto-merge March 10, 2026 06:20
@vs-code-engineering vs-code-engineering bot added this to the 1.112.0 milestone Mar 10, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adjusts the Markdown language’s contributed extension ordering so that VS Code’s “Save As” suggestion for untitled Markdown files defaults back to .md instead of .litcoffee, addressing the regression reported in #300239.

Changes:

  • Reorders the Markdown language extension list to place .md before .litcoffee (so .md is the primary suggested extension).
  • Minor manifest formatting change to the categories field.

@mjbvz mjbvz merged commit f2b91b9 into microsoft:main Mar 10, 2026
22 checks passed
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.

Markdown files are now saved with a .litcoffee extension instead of .md

3 participants