Add launch profile for SharpIDE.Godot
This commit is contained in:
9
src/SharpIDE.Godot/Properties/launchSettings.json
Normal file
9
src/SharpIDE.Godot/Properties/launchSettings.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"profiles": {
|
||||||
|
"Run": {
|
||||||
|
"commandName": "Executable",
|
||||||
|
"executablePath": "godot",
|
||||||
|
"workingDirectory": "$(ProjectDir)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user