2021-09-24 19:37:00 +00:00
|
|
|
{
|
|
|
|
// Use IntelliSense to learn about possible attributes.
|
|
|
|
// Hover to view descriptions of existing attributes.
|
|
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
2021-09-25 18:30:44 +00:00
|
|
|
{
|
|
|
|
"name": "bot",
|
|
|
|
"type": "python",
|
|
|
|
"request": "launch",
|
|
|
|
"program": "src/bot.py",
|
2022-04-14 22:58:32 +00:00
|
|
|
"console": "integratedTerminal",
|
|
|
|
"justMyCode": false
|
2021-09-25 18:30:44 +00:00
|
|
|
},
|
2021-09-24 19:37:00 +00:00
|
|
|
{
|
|
|
|
"name": "pytest",
|
|
|
|
"type": "python",
|
|
|
|
"request": "launch",
|
|
|
|
"module": "pytest"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|