Browse Source

vscode: use lockstep

This changes the VSCode debugging to use lockstep. For lockstep, the
rate needs to be 250 Hz.
sbg
Julian Oes 6 years ago committed by Daniel Agar
parent
commit
1cee945a22
  1. 3
      .vscode/tasks.json

3
.vscode/tasks.json vendored

@ -10,7 +10,8 @@ @@ -10,7 +10,8 @@
"isBackground": true,
"args": [
"-r",
"500"
"250",
"-l"
],
"options": {
"cwd": "${workspaceRoot}"

Loading…
Cancel
Save