lsp_save_document
Notify the language server that a document is saved, triggering diagnostics and code analysis without writing to disk.
Instructions
Notify the LSP server that a document was saved (textDocument/didSave). Does NOT write to disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Saved file content for LSP notification. | |
| filePath | Yes | Absolute or workspace-relative path to the file. | |
| language | Yes | Language server to use. |