lsp_close_document
Sends a didClose notification to the language server and removes the document from tracking to free resources.
Instructions
Close a document in the LSP server (textDocument/didClose) and remove it from tracking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Absolute or workspace-relative path to the file. | |
| language | Yes | Language server to use. |