From e326e4c3cd3530faef5c30554fdc3bdf07961e91 Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Sat, 17 Jan 2026 15:43:12 +1000 Subject: [PATCH] Add launch profile for SharpIDE.Godot --- src/SharpIDE.Godot/Properties/launchSettings.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/SharpIDE.Godot/Properties/launchSettings.json 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