Add IdeFileChangeHandler

This commit is contained in:
Matt Parker
2025-10-17 20:05:04 +10:00
parent 4652c66269
commit e3b18c56f2
6 changed files with 47 additions and 15 deletions

View File

@@ -13,5 +13,6 @@ public static class Singletons
public static IdeFileWatcher FileWatcher { get; set; } = null!;
public static IdeFileManager FileManager { get; set; } = null!;
public static IdeFileExternalChangeHandler FileExternalChangeHandler { get; set; } = null!;
public static IdeFileChangeHandler FileChangeHandler { get; set; } = null!;
public static AppState AppState { get; set; } = null!;
}