mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Add --path option to sample VS Code launch.json (#3617)
This commit is contained in:
@@ -77,7 +77,7 @@ To run and debug the project you need to create a new configuration in the ``lau
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/bin/godot.linuxbsd.tools.64",
|
||||
// Change to your current platform
|
||||
"args": [ "-e" ],
|
||||
"args": [ "-e", "--path", "path-to-your-godot-project-folder" ], // Change to the project you want to test with
|
||||
"stopAtEntry": false,
|
||||
"cwd": "${workspaceFolder}",
|
||||
"environment": [],
|
||||
|
||||
Reference in New Issue
Block a user