20 lines
379 B
JSON
20 lines
379 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Docker: Python - General",
|
|
"type": "docker",
|
|
"request": "launch",
|
|
"preLaunchTask": "docker-run: debug",
|
|
"python": {
|
|
"pathMappings": [
|
|
{
|
|
"localRoot": "${workspaceFolder}",
|
|
"remoteRoot": "/app"
|
|
}
|
|
],
|
|
"projectType": "general"
|
|
}
|
|
}
|
|
]
|
|
}
|