Skip to content
Snippets Groups Projects
Verified Commit 65b9f257 authored by Stefan Hynek's avatar Stefan Hynek :drooling_face:
Browse files

chore: add vscode debugging config

parent 4391a6f5
No related branches found
No related tags found
1 merge request!8Resolve "integrate with tgclients lib"
{
"configurations": [
{
"name": "Python: main.py",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/src/main.py",
"justMyCode": false
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment