https://bugs.kde.org/show_bug.cgi?id=447553
Waqar Ahmed <waqar....@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WAITINGFORINFO |FIXED --- Comment #7 from Waqar Ahmed <waqar....@gmail.com> --- Thanks, will backport to 21.12 soon. Also, if the repo that you are working on is open source, then it would be good to fix this in the server itself (assuming the real bug is there). So if you want, you can report it here: https://github.com/typescript-language-server/typescript-language-server . That's the repo of the language server you are using. And since I was one of the persons behind the semantic tokens feature in that server, I will try to look into it from the server's side too. The bug is basically that "type" in SemanticToken is -1, and hence leads to => array[-1] == out of bound == crash. -- You are receiving this mail because: You are watching all bug changes.