This commit is contained in:
nub31
2025-10-23 17:55:21 +02:00
parent a5ac25dcae
commit babafb4d34
7 changed files with 75 additions and 40 deletions

View File

@@ -24,10 +24,7 @@ var server = await LanguageServer.From(options => options
if (request.RootPath != null)
{
foreach (var file in Directory.GetFiles(request.RootPath, "*.nub", SearchOption.AllDirectories))
{
workspaceManager.UpdateFile(file);
}
workspaceManager.Init(request.RootPath);
}
return Task.CompletedTask;