diff --git a/.vscode/launch.json b/.vscode/launch.json index c67b99c..b93f3ff 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -22,6 +22,17 @@ ], "visualizerFile": "${workspaceFolder}/.vscode/godot.natvis" }, + { + "name": "Windows Editor Debug", + "type": "cppvsdbg", + "request": "launch", + "program": "godot.exe", + "args": [ + "-e", + "--path", "demo" + ], + "cwd": "${workspaceRoot}" + }, { "name": "macOS/Linux Launch", "type": "lldb",