RoslynAnalysis ReloadSolution
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user