lapce-typescript icon indicating copy to clipboard operation
lapce-typescript copied to clipboard

Inaly hints request failed

Open iskaa02 opened this issue 3 years ago • 2 comments

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

iskaa02 avatar Nov 13 '22 15:11 iskaa02

Same issue here :) typescript-language-server --version 2.1.0 tsc --version 4.9.3

HerrLama avatar Nov 25 '22 11:11 HerrLama

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.

RafRunner avatar Dec 19 '22 23:12 RafRunner