Add logs vscode task

This commit is contained in:
2020-03-21 12:58:37 +02:00
parent 8a08d84074
commit 48a68a40f9

11
.vscode/tasks.json vendored
View File

@@ -29,6 +29,17 @@
"presentation": {
"focus": true
}
},
{
"label": "logs",
"type": "shell",
"command": "./bin/logs",
"problemMatcher": [],
"presentation": {
"panel": "dedicated",
"clear": true,
"focus": true
}
}
]
}