Rafał Chłodnicki

Results 1204 comments of Rafał Chłodnicki

No, it's a separate command and the new functionality is only available through that command. See previous comment (and especially the link to the Typescript repo) for reasoning.

Released in https://github.com/typescript-language-server/typescript-language-server/releases/tag/v1.1.0

I don't know why you are getting those errors but but are dependencies installed and available in `node_modules`? Otherwise you'd have to provide a project that reproduces.

Closing due to inactivity. Please provide an example project if you want someone to have a closer look. Though I see that you are using `pnpm` so it might be...

> So, this almost looks as though the server is _actually_ handling the request and generating a response, but maybe some intermediate layer in the server is losing it? I'm...

Right, that's a very old Typescript version indeed. This project never really cared too much about backward-compatibility with older Typescript versions. Generally that would not be a problem though as...

It's a node package that can be installed with `npm install -g typescript-language-server` (you can install `node` itself from brew). I don't think it would make sense to have as...

Feel free to contribute a PR to add that. I think it should be doable with Github actions.

I'm open to tweaking that but I don't necessarily agree with that site that faster is better in that case. When typing the code, it is very often invalid until...

~~It appears that the methodology of that site is to open a document and wait for the diagnostics to appear. That could be a case we could optimize for and...