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.
1 parent 42145e8 commit 49a432dCopy full SHA for 49a432d
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