{ "version": "2.0.0", "tasks": [ { "type": "shell", "label": "Build Zephyr app", "command": "west build -b weact_stm32g431_core .", "group": "build", "problemMatcher": [ "$gcc" ] } ] }