Files
vscode/extensions/typescript-language-features/src
Matt Bierner 2ae9352ae3 Try to avoid opening text documents just to process diagnostics
To handle JS/TS diagnostics, we currently use the language mode of an open text document. This should always be correct, but also causes us to open text documents that we don't need to

This change instead tries using the file extension first before falling back to use the text document. Using the file extension is not strictly correct since users can setup weird file associations, but should be ok for the vast majority of use cases

Investigated as part of #101885
2021-10-19 17:54:23 -07:00
..
2021-08-03 13:22:45 -07:00
2021-08-02 15:33:27 -07:00
2021-09-28 16:59:04 -07:00
2021-08-03 22:15:43 -07:00
2021-08-02 15:33:27 -07:00