We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42145e8 + 49a432d commit 5dd72baCopy full SHA for 5dd72ba
contributing/development/configuring_an_ide/visual_studio_code.rst
@@ -115,7 +115,7 @@ To run and debug the project you need to create a new configuration in the ``lau
115
},
116
{
117
"description": "Load custom pretty-printers for Godot types.",
118
- "text": "source ${workspaceRoot}/misc/scripts/godot_gdb_pretty_print.py"
+ "text": "source ${workspaceRoot}/misc/utility/godot_gdb_pretty_print.py"
119
}
120
],
121
"preLaunchTask": "build"
0 commit comments