add folder to solution model on create

This commit is contained in:
Matt Parker
2025-10-19 22:56:14 +10:00
parent 45df81afe6
commit 8a02d6a519
3 changed files with 31 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
using System.Collections.Specialized;
using Godot;
using ObservableCollections;
using SharpIDE.Application.Features.SolutionDiscovery.VsPersistence;
namespace SharpIDE.Godot.Features.Common;