set projects stub

This commit is contained in:
Matt Parker
2025-11-03 01:58:09 +10:00
parent 44904c6f5e
commit abfdf3bc2e
2 changed files with 18 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
using Godot;
using SharpIDE.Application.Features.Nuget;
using SharpIDE.Application.Features.SolutionDiscovery.VsPersistence;
namespace SharpIDE.Godot.Features.Nuget;
@@ -51,6 +52,11 @@ public partial class NugetPackageDetails : VBoxContainer
OnNugetSourceSelected(0);
});
}
public async Task SetProjects(HashSet<SharpIdeProjectModel> projects)
{
}
private async void OnNugetSourceSelected(long sourceIndex)
{