File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
contributing/development/configuring_an_ide Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ To run and debug the project you need to create a new configuration in the ``lau
8080 "name": "Launch Project",
8181 "type": "lldb",
8282 "request": "launch",
83- // Change to godot.linuxbsd.tools.64 .llvm for llvm-based builds.
83+ // Change to godot.linuxbsd.editor.dev.x86_64 .llvm for llvm-based builds.
8484 "program": "${workspaceFolder}/bin/godot.linuxbsd.editor.dev.x86_64",
8585 // Change the arguments below for the project you want to test with.
8686 // To run the project instead of editing it, remove the "--editor" argument.
@@ -97,7 +97,7 @@ To run and debug the project you need to create a new configuration in the ``lau
9797 "name": "Launch Project",
9898 "type": "cppdbg",
9999 "request": "launch",
100- // Change to godot.linuxbsd.tools.64 .llvm for llvm-based builds.
100+ // Change to godot.linuxbsd.editor.dev.x86_64 .llvm for llvm-based builds.
101101 "program": "${workspaceFolder}/bin/godot.linuxbsd.editor.dev.x86_64",
102102 // Change the arguments below for the project you want to test with.
103103 // To run the project instead of editing it, remove the "--editor" argument.
You can’t perform that action at this time.
0 commit comments