This commit is contained in:
nub31
2025-11-05 16:14:08 +01:00
parent c3d64c4ea9
commit 17e754fc6e
5 changed files with 28 additions and 382 deletions

View File

@@ -19,6 +19,9 @@ public class WorkspaceManager(DiagnosticsPublisher diagnosticsPublisher)
public void SetRootPath(string rootPath)
{
_units.Clear();
_possiblyOutdatedTopLevelNodes.Clear();
_repository = new ModuleRepository([]);
_rootPath = rootPath;
Update();
}