Maria José Solano
Maria José Solano
Pinging @stevearc in case this PR impacts `conform` in any way, or there's something you could take advantage of :)
@ofseed thanks for explaining! I must confess that that level of manipulation of metatables is beyond my expertise, so I'll let others comment on the correctness of the implementation.
I'm unsure about this change. Although I admit that we repeat this logic in multiple places, some LSP functions interpret the meaning of `nil` differently and so there's no global...
Note to self: Remove hardcoded protocol changes and use the generator script to pick up the upstream definitions, but we need https://github.com/microsoft/language-server-protocol/pull/1910 to be merged first. Done
Pardon my ignorance, but I'm having some trouble understanding why this is a problem (i.e., why we should support this scenario) and the concrete repro steps (the GIF goes a...
> I agree that it could be useful to have an example. Regarding the suggestion of using doc, the Q and @ docs are in the `runtime/doc/repeat.txt`. Maybe creating a...
Hmmm I seem to be encountering the same issue in a large Rust project. I don't seem to have this issue with TSServer, which makes sense because it implements its...
> ``` > workspace = { > didChangeWatchedFiles = { > dynamicRegistration = false > } > } > ``` > > Is the best workaround And just to be...
@lewis6991 thanks a lot!
@lewis6991 I'm curious to hear how your experiment with `fswatch` is going :)