Skip to content

Commit

Permalink
Fix launch.json missing ,
Browse files Browse the repository at this point in the history
Signed-off-by: paulober <[email protected]>
  • Loading branch information
paulober committed Sep 3, 2024
1 parent 5c13f75 commit f67ac12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pico_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ def generateProjectFiles(projectPath, projectName, sdkPath, projects, debugger,
"gdbTarget": "localhost:3333",
"gdbPath": "${{command:raspberry-pi-pico.getGDBPath}}",
"device": "${{command:raspberry-pi-pico.getChipUppercase}}",
"svdFile": "{codeSdkPath(sdkVersion)}/src/${{command:raspberry-pi-pico.getChip}}/hardware_regs/${{command:raspberry-pi-pico.getChipUppercase}}.svd"
"svdFile": "{codeSdkPath(sdkVersion)}/src/${{command:raspberry-pi-pico.getChip}}/hardware_regs/${{command:raspberry-pi-pico.getChipUppercase}}.svd",
"runToEntryPoint": "main",
// Give restart the same functionality as runToEntryPoint - main
"postRestartCommands": [
Expand Down

0 comments on commit f67ac12

Please sign in to comment.