You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The request from the client is that for syntax diagnostic sources, we use the document / syntax only checksum to determine if there have been changes. This avoids unnecessary recomputation of the syntax only diagnostics when there is a change in another file for example
The text was updated successfully, but these errors were encountered:
dibarbet
added
the
LSP
issues related to the roslyn language server protocol implementation
label
Sep 25, 2024
Currently we always use the project dependent checksum to determine if there are any changes that might impact diagnostics - https://github.com/dotnet/roslyn/blob/main/src/LanguageServer/Protocol/Handler/Diagnostics/AbstractPullDiagnosticHandler.cs#L165
The request from the client is that for syntax diagnostic sources, we use the document / syntax only checksum to determine if there have been changes. This avoids unnecessary recomputation of the syntax only diagnostics when there is a change in another file for example
The text was updated successfully, but these errors were encountered: