diff --git a/src/SharpIDE.Godot/Features/Problems/ProblemsPanel.cs b/src/SharpIDE.Godot/Features/Problems/ProblemsPanel.cs index 615e2c2..a6a4d4b 100644 --- a/src/SharpIDE.Godot/Features/Problems/ProblemsPanel.cs +++ b/src/SharpIDE.Godot/Features/Problems/ProblemsPanel.cs @@ -45,7 +45,7 @@ public partial class ProblemsPanel : Control { return new TreeItemContainer(); }); - var test = projectDiagnosticsView.ObserveChanged().SubscribeOnCurrentSynchronizationContext() + var test = projectDiagnosticsView.ObserveChanged() .SubscribeAwait(async (e, ct) => { if (e.Action is NotifyCollectionChangedAction.Add)