mirror of
https://gitlab.com/2-chainz/2-chainz-twitter-bot.git
synced 2025-06-16 07:06:53 +00:00
13 lines
221 B
JSON
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"
|
|
}
|
|
]
|
|
}
|