Bug in Vscode where markdown files are being saved as .litcoffee file instead of .md file, because of a PR adding .litcoffee to the top of extensions list in the package.json file.
The fix is in now, and people have to wait for v 1.112.0, but feels like it could be avoided if we could add an inline code comment saying
`// The order actually matters, .md must be at the top of the list` so in the end I think this is a documentation issue. ๐ค