Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- // See https://go.microsoft.com/fwlink/?LinkId=733558
- // for the documentation about the tasks.json format
- "version": "2.0.0",
- "tasks": [
- {
- "label": "Build",
- "type": "process",
- "command": "C:\\Program Files\\Java\\jre1.8.0_181\\bin\\java.exe",
- "args": [
- "-Dfile.encoding=UTF-8",
- "-Dapple.awt.UIElement=true",
- "-jar",
- "D:\\Documents\\Garmin\\connectiq-sdk-win-3.0.6-2018-11-27-33ec0d6\\bin\\monkeybrains.jar",
- "-o",
- "${workspaceFolder}\\Build\\${workspaceFolderBasename}.prg",
- "-w",
- "-y",
- "D:\\Documents\\Garmin\\key\\developer_key.der",
- "-d",
- "vivoactive3m",
- "-s",
- "3.0.0",
- "-r",
- "-f",
- "${workspaceFolder}\\monkey.jungle"
- ],
- "group": {
- "kind": "build",
- "isDefault": true
- },
- "problemMatcher": {
- "owner": "mc",
- "fileLocation": [
- "absolute"
- ],
- "pattern": {
- "regexp": "^(.*): (.*): (.*):([0-9]*),([0-9]*): (.*)$",
- "file": 3,
- "line": 4,
- "column": 5,
- "severity": 1,
- "message": 6
- }
- }
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement