@ -3,3 +3,4 @@ bootloader/
modules/
tools/
zephyr/
build/
@ -6,7 +6,7 @@
{
"label": "Build",
"type": "shell",
"command": "west build",
"command": "cd app && west build",
"group": {
"kind": "build",
"isDefault": true
@ -15,13 +15,13 @@
"label": "Flash",
"command": "west flash",
"command": "cd app && west flash",
"group": "test"
},
"label": "Debug",
"command": "west debug",
"command": "cd app && west debug",
}
]