chore: update for new cmd line args

This commit is contained in:
hoffstadt 2025-06-20 13:41:43 +00:00
parent e1a2d941df
commit 998f922764

View File

@ -65,7 +65,7 @@ with open('../.vscode/launch.json', 'w') as file:
lines.append(' "program": "${workspaceFolder}/../pilotlight/out/pilot_light",') lines.append(' "program": "${workspaceFolder}/../pilotlight/out/pilot_light",')
lines.append(' "request": "launch",') lines.append(' "request": "launch",')
lines.append(' "args": ["-a", "../../pl-template/out/template_app"],') lines.append(' "args": ["-a", "../../pl-template/out/template_app", "-hr"],')
lines.append(' "stopAtEntry": false,') lines.append(' "stopAtEntry": false,')
lines.append(' "cwd": "${workspaceFolder}/../pilotlight/out/",') lines.append(' "cwd": "${workspaceFolder}/../pilotlight/out/",')
lines.append(' "environment": []') lines.append(' "environment": []')