Skip to content

Commit

Permalink
add new task (eclipse-velocitas#223)
Browse files Browse the repository at this point in the history
* add new task

* fix tag
  • Loading branch information
MP91 authored Feb 2, 2024
1 parent 278cd41 commit a627c53
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .velocitas.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
{
"name": "devenv-runtimes",
"version": "v2.2.5"
"version": "v2.2.6"
},
{
"name": "devenv-github-workflows",
Expand Down
12 changes: 12 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,18 @@
},
"problemMatcher": []
},
{
"label": "Local Runtime - Down",
"detail": "Stops the local runtime",
"type": "shell",
"command": "velocitas exec runtime-local down",
"group": "none",
"presentation": {
"panel": "dedicated",
"clear": true,
},
"problemMatcher": []
},
{
"label": "Local Runtime - Run VehicleApp",
"detail": "Starts the VehicleApp under development (including Dapr sidecar if middleware type is Dapr)",
Expand Down

0 comments on commit a627c53

Please sign in to comment.