mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-09 10:42:28 +01:00
This change reduces the number of times we retokenize a markdown file by doing the following: - Use `MdTableOfContentsProvider` in more places - Introduce a `IMarkdownParser` interface that lets us drop in a caching version of the tokenizer