# cmd: "cd {PROJECT_PATH}; platformio" cmd: "platformio" name: "Build with error highlighting (dev_ESP8266_4096)" args: - run --environment dev_ESP8266_4096 sh: true cwd: "{PROJECT_PATH}" # env: # VARIABLE1: "VALUE1" # VARIABLE2: "VALUE2" errorMatch: - "(?[\\/0-9a-zA-Z\\._]+):(?\\d+):(?\\d+):\\s+error:\\s+(?.+)" warningMatch: - "(?[\\/0-9a-zA-Z\\._]+):(?\\d+):(?\\d+):\\s+warning:\\s+(?.+)" # keymap: # atomCommandName: namespace:command # targets: # extraTargetName: # cmd: "" # args: # # (any previous options are viable here except `targets` itself)