Files
vscode/extensions/markdown-language-features/src
Matt Bierner 4c72dedb4a Optimize markdown workspace scanning (#152563)
* Optimize markdown workspace scanning

- Adds cache for markdown file
- Avoid reading non-markdown files from disk (when we expect markdown files)
- Use `range.contains(pos)` instead of `range.intersects(range)`

* Don't remove cached document on change

We only want to invalidate the cached document when it is first opened (since the cached version is the one from disk). Otherwise we can use the live version of the doc
2022-06-19 09:40:10 -07:00
..
2022-06-08 17:49:21 +02:00
2022-03-29 13:25:37 -07:00
💄
2022-03-29 13:25:40 -07:00
2022-03-29 13:25:40 -07:00