mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:04:14 +08: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