mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-01 21:54:52 +01:00
* Workaround for #16909 Fixes #16909 Worksaround TS2.1+ returning strings in the occurrences response we use for highlighting occurrences in documents The workaround is to look at the text surrounding the first occurrence to see if it is a string literal. * Small cleanup * Add gate for ts 2.1.x * Added check to make sure we don't compare the same character