Rafał Chłodnicki

Results 1204 comments of Rafał Chłodnicki

I don't think it's feasible to implement that unless tsserver provides some fitting API. I think the only option now would be to iterate through all symbols in the file...

I'm also not sure what this is about. I would imagine it's something about installing dependencies that are imported but not installed but I don't even see VSCode has this...

Appears that this is about this feature from coc: https://github.com/neoclide/coc-tsserver/blob/5306fc3b47e9ec3a11183b1dcc5dd12ee664d27d/src/server/features/moduleInstall.ts Install specific module (package) based on error diagnostics.

The `APPLY_COMPLETION_CODE_ACTION` command is handled by the server since https://github.com/typescript-language-server/typescript-language-server/releases/tag/v0.6.5 so closing.

Though there is still `SELECT_REFACTORING` so will keep open until that is documented.

Though there is currently no code in `tsserver` that would trigger that code path. There is no refactors returned with `inlineable === false`.

Just to understand your use case better... You want to run the Flow server on JS files and simultaneously this server on the TS files?

It might make sense to have an option to "Proxy response cookies" but I have a comment for your "temporary fix". You will lose cookies already set on `res` if...

@svitekpavel AFAICS this module has no functionality to forward the response headers (cookie headers) of requests made on the server-side. So your problem was likely something else and couldn't be...

That could exist but maybe someone would want to have a white-list for specific cookies only? The interceptor approach is flexible and allows all that and more so I think...