What's wrong with this entry?
Anonymous. No account, no email.
What: Automatic collection of diagnostics (errors, warnings, hints) from LSP servers and delivery as message attachments.
Details:
- LSP servers now send
textDocument/publishDiagnosticsnotifications automatically - Diagnostics are queued and attached to the next API request as
lsp_diagnosticsattachments - Includes file URI, line ranges, severity levels (Error/Warning/Info/Hint), and diagnostic messages
- Handles multiple LSP servers with individual error tracking and retry logic
- New
saveFilemethod added to LSP manager fortextDocument/didSavenotifications - Evidence: Handler registration
lUQ()at line 276542, diagnostic registrationdUQ()at line 276467, severity mapperWR6()at line 276504, transformerFR6()at line 276518 inpretty-v2.0.34.js
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.