Add launch profile for SharpIDE.Godot

This commit is contained in:
Matt Parker
2026-01-17 15:43:12 +10:00
parent 3f937bdacc
commit e326e4c3cd

View File

@@ -0,0 +1,9 @@
{
"profiles": {
"Run": {
"commandName": "Executable",
"executablePath": "godot",
"workingDirectory": "$(ProjectDir)"
}
}
}