mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-13 15:35:20 +01:00
598ece67e4
* 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