RoslynAnalysis ReloadSolution

This commit is contained in:
Matt Parker
2025-10-14 19:40:29 +10:00
parent f75031bf4f
commit 03044bd52c
3 changed files with 44 additions and 13 deletions

View File

@@ -44,8 +44,9 @@ public partial class IdeRoot : Control
{
GodotGlobalEvents.Instance = new GodotGlobalEvents();
GlobalEvents.Instance = new GlobalEvents();
BuildService.Instance = new BuildService(); // TODO: Sort out this mess with singletons, especially access across Application services
Singletons.RunService = new RunService();
Singletons.BuildService = new BuildService();
Singletons.BuildService = BuildService.Instance;
Singletons.FileWatcher?.Dispose();
Singletons.FileWatcher = new IdeFileWatcher();
Singletons.FileManager = new IdeFileManager();