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) {