Rafał Chłodnicki
Rafał Chłodnicki
Not sure I understand what the issue is about... Is it that the text color is yellowish?
I haven't tried it but given that it works on the client side, I assume it only takes into account items on the current page? That would likely not be...
You would have to provide some more concrete example that I could check with. Like an example project with all dependencies and test files. Alternatively logs that show LSP communication...
The edits are generated by TypeScript (tsserver) and so I can't explain why it's done that way but I assume some technical limitation in tsserver. You could ask for clarification...
Right, then it looks like the upstream (tsserver) should improve the changes it sends. It should probably try to consolidate the changes. In theory this server (or VSCode's typescript-language-features) could...
I've changed it to show tokens from all servers:
I have actually been working on it last week and came quite far. One thing that was a bit problematic was to adapt the watcher ID concept into LSP where...
After cursory look I have some comments but I think it would be better to just go with my version of the code which is based on vscode's implementation more...
I appreciate your efforts on getting registrations aggregated. Since tsserver is very granular in its events, I think your approach makes sense where you mainly just watch the root and...
No problem. Lets work on this together then. I can push to the branch so it should be easy and we can discuss things as we go.