mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
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:
3
.vscode/tasks.json
vendored
3
.vscode/tasks.json
vendored
@@ -10,7 +10,8 @@
|
||||
"isBackground": true,
|
||||
"args": [
|
||||
"-r",
|
||||
"500"
|
||||
"250",
|
||||
"-l"
|
||||
],
|
||||
"options": {
|
||||
"cwd": "${workspaceRoot}"
|
||||
|
||||
Reference in New Issue
Block a user