diff --git a/.vscode/launch.json b/.vscode/launch.json index 170e869..eab4b7c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,10 +8,10 @@ "type": "emulicious-debugger", "request": "launch", "name": "Launch in Emulicious", - // "program": "${workspaceFolder}/${command:AskForProgramName}", + "preLaunchTask": "Build", "program": "${workspaceFolder}/bin/GameBoyDev.gb", "port": 58870, "stopOnEntry": true } ] -} \ No newline at end of file +}