1
0
mirror of https://gitlab.com/2-chainz/2-chainz-twitter-bot.git synced 2025-08-02 11:31:21 +00:00
Files
2-Chainz-Twitter-Bot/.vscode/tasks.json
2020-04-23 21:08:07 -07:00

12 lines
174 B
JSON

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