use extension members

This commit is contained in:
Matt Parker
2025-09-10 21:49:49 +10:00
parent d338407049
commit ced29e7152
7 changed files with 69 additions and 63 deletions

View File

@@ -65,7 +65,7 @@ public partial class IdeRoot : Control
private void OnFileSelected(string path)
{
_ = GodotTask.Run(async () =>
_ = Task.GodotRun(async () =>
{
GD.Print($"Selected: {path}");
var solutionModel = await VsPersistenceMapper.GetSolutionModel(path);