csharpdeeb25a2 | 1 | namespace CascadeIDE.Models; |
| 2 | |
| 3 | /// <summary>UX обозревателя решения (ADR 0167). TOML: <c>[workspace.solution_explorer]</c>.</summary> |
| 4 | public sealed class SolutionExplorerSettings |
| 5 | { |
| 6 | public bool TrackActiveItem { get; set; } = true; |
| 7 | |
| 8 | public bool CompactTree { get; set; } = true; |
| 9 | } |
| 10 | |
View only · write via MCP/CIDE