vscode: use lockstep

This changes the VSCode debugging to use lockstep. For lockstep, the
rate needs to be 250 Hz.
This commit is contained in:
Julian Oes 2019-06-17 11:46:12 +02:00 committed by Daniel Agar
parent e1671571c8
commit 1cee945a22
1 changed files with 2 additions and 1 deletions

3
.vscode/tasks.json vendored
View File

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