diff --git a/nixd/include/nixd/Controller/Controller.h b/nixd/include/nixd/Controller/Controller.h index 6f6611451..26bdf3804 100644 --- a/nixd/include/nixd/Controller/Controller.h +++ b/nixd/include/nixd/Controller/Controller.h @@ -111,7 +111,7 @@ class Controller : public lspserver::LSPServer { template std::shared_ptr getTU(std::string File, lspserver::Callback &Reply, - bool Ignore = false) { + bool Ignore = true) { using lspserver::error; std::lock_guard G(TUsLock); if (!TUs.count(File)) [[unlikely]] {