protobuflab / protobuf-langserver

MIT License
0 stars 1 forks source link

Update document snapshots incrementally #8

Closed NTaylorMullen closed 5 years ago

NTaylorMullen commented 5 years ago

LSP enabled clients will send text document change events to LSP servers. We need to consume those change events and update our workspace manager.

This will end up being 90% the same as https://github.com/aspnet/Razor.VSCode/blob/master/src/Microsoft.AspNetCore.Razor.LanguageServer/RazorDocumentSynchronizationEndpoint.cs

ryanbrandenburg commented 5 years ago

https://github.com/protobuflab/protobuf-langserver/commit/daf42e0da46f498bca6945fbb34f5178414e1321