Add IDE Diagnostics panel

This commit is contained in:
Matt Parker
2025-09-26 22:54:45 +10:00
parent 2d0101080c
commit 461cd96c15
8 changed files with 79 additions and 4 deletions

View File

@@ -29,5 +29,6 @@ public enum BottomPanelType
Run,
Debug,
Build,
Problems
Problems,
IdeDiagnostics
}