Inaly hints request failed
typescript-language-server --version 2.1.0
tsc --version 4.8.4
On every edit an alert is shown says the Inlay Hints request failed. Requires Typescript 4.4+.
Even though i have typescript 4.8.4.
I tried downloading the 4.4 version but the issue is still there
Same issue here :) typescript-language-server --version 2.1.0 tsc --version 4.9.3
I'm also having the same issue on some projects, but looking at the code I believe the problem is in Lapce itself (all this extension does is parse some arguments, point to the LSP and call the start LSP function on Lapce, only reporting on the errors it spits out), so it would be good to open an issue there.