Skip to content

Commit 15fa9bd

Browse files
committed
Add EV3 build task.
1 parent 6434cc0 commit 15fa9bd

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.vscode/tasks.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,16 @@
7575
"reveal": "always"
7676
},
7777
"problemMatcher": []
78+
},
79+
{
80+
"label": "build ev3",
81+
"type": "shell",
82+
"command": "poetry run make ev3",
83+
"problemMatcher": [],
84+
"group": {
85+
"kind": "build",
86+
"isDefault": true
87+
}
7888
}
7989
]
8090
}

0 commit comments

Comments
 (0)