20 lines
411 B
JSON
20 lines
411 B
JSON
|
|
{
|
|
"profiles": {
|
|
"Godot Debug": {
|
|
"commandName": "Executable",
|
|
"executablePath": "$EDITOR$",
|
|
"commandLineArgs": "--path . --verbose",
|
|
"workingDirectory": ".",
|
|
"nativeDebugging": true
|
|
},
|
|
"Godot Debug $NAME$": {
|
|
"commandName": "Executable",
|
|
"executablePath": "$EDITOR$",
|
|
"commandLineArgs": "--upwards $PATH$ --verbose",
|
|
"workingDirectory": ".",
|
|
"nativeDebugging": true
|
|
}
|
|
}
|
|
}
|