| 172 | } |
| 173 | |
| 174 | std::shared_ptr<lsp::Serializable> LSPHandle::OnClose( |
| 175 | std::shared_ptr<lsp::DidCloseTextDocumentParams> params) { |
| 176 | _server->GetVFS().ClearFile(params->textDocument.uri); |
| 177 | return nullptr; |
| 178 | } |
| 179 | |
| 180 | std::shared_ptr<lsp::Serializable> LSPHandle::OnEditorConfigUpdate( |
| 181 | std::shared_ptr<lsp::ConfigUpdateParams> params) { |