{ "version": 4, "configurations": [ { "name": "STM32F030", "compileCommands": "${workspaceFolder}/app/blinky/stm32f030/build/compile_commands.json", "intelliSenseMode": "linux-gcc-arm", "compilerPath": "/usr/bin/arm-none-eabi-gcc" } ] }