diff --git a/src/SharpIDE.Godot/Properties/launchSettings.json b/src/SharpIDE.Godot/Properties/launchSettings.json new file mode 100644 index 0000000..cefc131 --- /dev/null +++ b/src/SharpIDE.Godot/Properties/launchSettings.json @@ -0,0 +1,9 @@ +{ + "profiles": { + "Run": { + "commandName": "Executable", + "executablePath": "godot", + "workingDirectory": "$(ProjectDir)" + } + } +} \ No newline at end of file