lsp

paulbutcher 2025-01-15T12:45:26.728709Z

@ericdallo what's the difference between process-after-changes and process-after-all-changes? I'm none the wiser after looking at the source (blush).

ericdallo 2025-01-15T12:48:08.191239Z

Convenience, one receive a single uri while other multiple uris

ericdallo 2025-01-15T12:48:29.958119Z

because there are features that can edit multiple uris, so "all changes" mean all files

ericdallo 2025-01-15T12:48:41.658669Z

for your case, it may be the single uri one

paulbutcher 2025-01-15T12:48:59.133769Z

Gotcha. Thanks (and yes, I think you're right).