Display solution load and diagnostics progress

This commit is contained in:
Matt Parker
2025-11-24 22:51:40 +10:00
parent 6eaea8ca52
commit 329cc057c4
6 changed files with 122 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ using SharpIDE.Application.Features.Nuget;
using SharpIDE.Application.Features.Run;
using SharpIDE.Application.Features.Search;
using SharpIDE.Application.Features.Testing;
using SharpIDE.Godot.Features.ActivityListener;
namespace SharpIDE.Godot;
@@ -48,6 +49,7 @@ public partial class DiAutoload : Node
services.AddScoped<IdeFileOperationsService>();
services.AddScoped<SharpIdeSolutionModificationService>();
services.AddScoped<SharpIdeSolutionAccessor>();
services.AddScoped<ActivityMonitor>();
services.AddHttpClient();
services.AddLogging(builder =>