From a589edeaff75d8a14f62fddea81b1b0b5e868509 Mon Sep 17 00:00:00 2001 From: eidheim Date: Mon, 23 Mar 2026 21:03:18 +0100 Subject: [PATCH] Language client: improved search for lsp configuration response file --- src/source_language_protocol.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/source_language_protocol.cpp b/src/source_language_protocol.cpp index 6522584..7f1b37a 100644 --- a/src/source_language_protocol.cpp +++ b/src/source_language_protocol.cpp @@ -680,7 +680,8 @@ void LanguageProtocol::Client::handle_server_request(const boost::variantfile_path, root_path) ? current_view->file_path.parent_path() : root_path; auto file = '.' + language_id + "-lsp-configuration-response.json"; boost::filesystem::path settings_path; while(true) {