We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ee194 commit 7ba686eCopy full SHA for 7ba686e
nixd/lib/Controller/Support.cpp
@@ -17,6 +17,7 @@ void Controller::removeDocument(lspserver::PathRef File) {
17
std::lock_guard _(TUsLock);
18
TUs.erase(File);
19
}
20
+ publishDiagnostics(File, std::nullopt, "", {});
21
22
23
void Controller::actOnDocumentAdd(PathRef File,
0 commit comments