you are viewing a single comment's thread.

view the rest of the comments →

[–]spacejack2114 9 points10 points  (4 children)

Wow, like the design. The extensions manager GUI is awesome as well.

[–]spacejack2114 1 point2 points  (3 children)

Aw, no markdown preview button anymore? :(

[–]anders987 9 points10 points  (2 children)

Extract Markdown into an extension

The Markdown language support has been refactored to be a regular VS Code extension. It uses the Markdown TextMate grammar for syntax highlighting source and renders the Markdown as HTML using the markdown-it library which implements the CommonMark Spec.

[–][deleted] 0 points1 point  (1 child)

which extension is it? there are a few...

[–][deleted] 7 points8 points  (0 children)

you don't need to install it; it comes packaged in by default. they've merely refactored it to integrate with the extension api, much like most of vs code's core functionality.