mirror of
https://gitee.com/moluo-tech/AT-Command.git
synced 2025-01-29 17:22:57 +08:00
9 lines
233 B
JSON
9 lines
233 B
JSON
{
|
|
"makefile.launchConfigurations": [
|
|
{
|
|
"cwd": "${workspaceFolder}/samples/linux/output",
|
|
"binaryPath": "${workspaceFolder}/samples/linux/output/demo",
|
|
"binaryArgs": []
|
|
}
|
|
]
|
|
} |