added tele debug config (wip)
This commit is contained in:
12
.vscode/launch.json
vendored
12
.vscode/launch.json
vendored
@ -10,6 +10,18 @@
|
||||
"request": "launch",
|
||||
"preLaunchTask": "docker-run: debug",
|
||||
"platform": "node"
|
||||
},
|
||||
{
|
||||
"name": "Docker Python Launch",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/agent-py-bot/agent.py",
|
||||
"console": "integratedTerminal",
|
||||
"pythonPath": "${command:python.interpreterPath}", // Assumes Python extension is installed
|
||||
"preLaunchTask": "docker-run: python-debug", // You may need to create this task
|
||||
"env": {
|
||||
"PYTHONUNBUFFERED": "1"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user