The version is used by LSP clients to ignore stale diagnostics, and can be used in a followup to help verify incremental changes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Tools/mlir-lsp-server/lsp/Transport.h | ||
---|---|---|
161 | Should this be debug? |
mlir/lib/Tools/mlir-lsp-server/lsp/Transport.h | ||
---|---|---|
161 | No, this matches what we already do with the other methods. It's also nice to have this logging be at a higher level, because it doesn't really clog up the terminal much and gives a high level indicator of what the server is doing. |
Should this be debug?