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/launch.json
2020-04-23 21:08:07 -07:00

13 lines
221 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Python Functions",
"type": "python",
"request": "attach",
"port": 9091,
"preLaunchTask": "func: host start"
}
]
}