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