Update lsp to have set root path
This commit is contained in:
@@ -17,7 +17,7 @@ public class WorkspaceManager(DiagnosticsPublisher diagnosticsPublisher)
|
||||
private readonly Dictionary<string, List<TopLevelNode>> _possiblyOutdatedTopLevelNodes = [];
|
||||
private ModuleRepository _repository = new([]);
|
||||
|
||||
public void Init(string rootPath)
|
||||
public void SetRootPath(string rootPath)
|
||||
{
|
||||
_rootPath = rootPath;
|
||||
Update();
|
||||
|
||||
Reference in New Issue
Block a user