open terminal on build

This commit is contained in:
Matt Parker
2025-08-02 23:14:15 +10:00
parent 09d9e6c152
commit 22f11a5587
3 changed files with 3 additions and 0 deletions

View File

@@ -10,4 +10,5 @@ public class IdeSettings
{
public bool AutoOpenLastSolution { get; set; }
public bool AutoOpenTerminalOnLaunch { get; set; }
public bool OpenTerminalOnBuildRebuildRestore { get; set; }
}