little dev tweaks

This commit is contained in:
BlackMATov
2023-01-13 02:55:10 +07:00
parent cc31e48b11
commit 54fd2333f4
2 changed files with 8 additions and 2 deletions

5
.vscode/launch.json vendored
View File

@@ -6,6 +6,9 @@
"request": "launch",
"program": "${command:cmake.launchTargetPath}",
"args": [],
"cwd": "${workspaceFolder}"
"cwd": "${workspaceFolder}",
"initCommands": [
"settings set target.process.thread.step-avoid-regexp \"\""
]
}]
}