1
0
mirror of https://gitlab.com/2-chainz/2-chainz-rest.git synced 2025-08-03 03:51:24 +00:00
Files
2-Chainz-Rest/.vscode/tasks.json
2020-03-01 15:21:22 -07:00

12 lines
174 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "func",
"command": "host start",
"problemMatcher": "$func-watch",
"isBackground": true
}
]
}