Skip to content

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

@StephanTLavavej

Description

@StephanTLavavej

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.111.0
  • OS Version: Win11 25H2

Steps to Reproduce:

  1. New Text File (Ctrl + N).
  2. Type anything.
  3. Change Language Mode (Ctrl + K, M) to Markdown.
  4. Save (Ctrl + S).

VSCode suggests the .litcoffee extension, e.g. Untitled-1.litcoffee, apparently because it's been added to the beginning of the list of Markdown extensions (*.litcoffee;*.md;*.mkd; etc.). This is highly undesirable for such an obscure extension. .md should remain the initial suggested extension, as it was in previous versions of VSCode.

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code InsidersverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions