chore: update for new cmd line args
This commit is contained in:
parent
e1a2d941df
commit
998f922764
@ -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": []')
|
||||||
|
Loading…
Reference in New Issue
Block a user