Added restart override.

This commit is contained in:
imi415 2022-04-09 02:03:12 +08:00
parent 59ce4493f0
commit 6059a65533
1 changed files with 6 additions and 1 deletions

View File

@ -39,8 +39,13 @@
"overrideLaunchCommands": [
"-interpreter-exec console \"monitor reset halt\"",
"-target-download",
"-enable-pretty-printing",
"-enable-pretty-printing"
],
"overrideRestartCommands": [
"-interpreter-exec console \"monitor reset halt\"",
"-target-download",
"-enable-pretty-printing"
]
}
]
}