Skip to content

Commit ac70489

Browse files
committed
godot.linuxbsd.editor.dev.x86_64.llvm
1 parent a120779 commit ac70489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributing/development/configuring_an_ide/visual_studio_code.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)