lsp_change
Notify the language server of file changes by sending the full updated text, ensuring diagnostics and queries reflect the latest content after edits.
Instructions
Notify the language server that a file has changed (like pressing Save).
Send the new full text of the file. This keeps the server's internal state in sync with the actual file contents.
When to use: IMMEDIATELY after you modify a Scheme file via filesystem tools (WriteFile/StrReplaceFile). If you skip this step, subsequent diagnostics and queries will operate on stale content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||