소스 검색

Merge pull request #9774 from Calinou/vscode-fix-gdb-script-path

Fix Visual Studio Code gdb pretty print script path to match the Godot repository
Max Hilbrunner 11 달 전
부모
커밋
5dd72ba9d2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      contributing/development/configuring_an_ide/visual_studio_code.rst

+ 1 - 1
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
         },
         {
             "description": "Load custom pretty-printers for Godot types.",
-            "text": "source ${workspaceRoot}/misc/scripts/godot_gdb_pretty_print.py"
+            "text": "source ${workspaceRoot}/misc/utility/godot_gdb_pretty_print.py"
         }
       ],
       "preLaunchTask": "build"