more log replacement

This commit is contained in:
Matt Parker
2025-10-24 19:41:56 +10:00
parent 21e5218ea3
commit c174bc09da
4 changed files with 16 additions and 7 deletions

View File

@@ -8,6 +8,7 @@ using SharpIDE.Application.Features.Build;
using SharpIDE.Application.Features.FilePersistence;
using SharpIDE.Application.Features.FileWatching;
using SharpIDE.Application.Features.Run;
using SharpIDE.Application.Features.Search;
namespace SharpIDE.Godot;
@@ -26,6 +27,7 @@ public partial class DiAutoload : Node
// Register services here
services.AddScoped<BuildService>();
services.AddScoped<RunService>();
services.AddScoped<SearchService>();
services.AddScoped<IdeFileExternalChangeHandler>();
services.AddScoped<IdeCodeActionService>();
services.AddScoped<IdeCompletionService>();