AT-Command/samples/linux/.vscode/settings.json
2022-12-31 22:42:31 +08:00

9 lines
205 B
JSON

{
"makefile.launchConfigurations": [
{
"cwd": "${workspaceFolder}/output",
"binaryPath": "${workspaceFolder}/output/demo",
"binaryArgs": []
}
]
}