diff --git a/src/SharpIDE.Godot/IdeRoot.cs b/src/SharpIDE.Godot/IdeRoot.cs index e98f596..537baa8 100644 --- a/src/SharpIDE.Godot/IdeRoot.cs +++ b/src/SharpIDE.Godot/IdeRoot.cs @@ -129,6 +129,7 @@ public partial class IdeRoot : Control _searchWindow.Solution = solutionModel; _searchAllFilesWindow.Solution = solutionModel; Singletons.FileExternalChangeHandler.SolutionModel = solutionModel; + Singletons.FileChangeHandler.SolutionModel = solutionModel; Callable.From(_solutionExplorerPanel.RepopulateTree).CallDeferred(); RoslynAnalysis.StartSolutionAnalysis(solutionModel); Singletons.FileWatcher.StartWatching(solutionModel);