Fixup linuxbsd reference in VS Code config

Should have been amended when cherry-picking 599b039194.

(cherry picked from commit 37a75713c3)
This commit is contained in:
Rémi Verschelde
2021-07-22 23:02:17 +02:00
parent ad2f0d050e
commit 592c9bcb06

View File

@@ -91,7 +91,7 @@ To run and debug the project you need to create a new configuration in the ``lau
"name": "Launch Project",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/bin/godot.linuxbsd.tools.64",
"program": "${workspaceFolder}/bin/godot.x11.tools.64",
// Change the arguments below for the project you want to test with.
// To run the project instead of editing it, remove the "--editor" argument.
"args": [ "--editor", "--path", "path-to-your-godot-project-folder" ],