diff --git a/.vscode.example/launch.json b/.vscode.example/launch.json index 9048d56..d499cf0 100644 --- a/.vscode.example/launch.json +++ b/.vscode.example/launch.json @@ -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" + ] } ] } \ No newline at end of file