{ "version": "2.0.0", "tasks": [ { "label": "CMSIS Build", "type": "cmsis-csolution.build", "solution": "${command:cmsis-csolution.getSolutionPath}", "project": "${command:cmsis-csolution.getProjectPath}", "buildType": "${command:cmsis-csolution.getBuildType}", "targetType": "${command:cmsis-csolution.getTargetType}", "problemMatcher": [], "group": { "kind": "build", "isDefault": true } }, { "label": "Flash Device", "type": "embedded-debug.flash", "program": "${command:embedded-debug.getApplicationFile}", "serialNumber": "${command:device-manager.getSerialNumber}", "cmsisPack": "${command:device-manager.getDevicePack}", "problemMatcher": [], "dependsOn": "CMSIS Build" } ] }