Create cs file v2

This commit is contained in:
Matt Parker
2025-10-20 19:45:58 +10:00
parent 7d379939e9
commit 6fa0049f62
4 changed files with 42 additions and 1 deletions

View File

@@ -72,7 +72,7 @@ public partial class NewCsharpFileDialog : ConfirmationDialog
_ = Task.GodotRun(async () =>
{
//await _ideFileOperationsService.CreateCSharpFile(ParentFolder, fileName);
await _ideFileOperationsService.CreateCsFile(ParentFolder, fileName, "asdf");
});
QueueFree();
}