|
|
@ -4,6 +4,19 @@ |
|
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 |
|
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 |
|
|
|
"version": "0.2.0", |
|
|
|
"version": "0.2.0", |
|
|
|
"configurations": [ |
|
|
|
"configurations": [ |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"name": "Attach (Remote Debug)", |
|
|
|
|
|
|
|
"type": "python", |
|
|
|
|
|
|
|
"request": "attach", |
|
|
|
|
|
|
|
"port": 5679, |
|
|
|
|
|
|
|
"host": "localhost", |
|
|
|
|
|
|
|
"pathMappings": [ |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"localRoot": "${workspaceFolder}", |
|
|
|
|
|
|
|
"remoteRoot": "/var/www/analytics" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "Python: Current File", |
|
|
|
"name": "Python: Current File", |
|
|
|
"type": "python", |
|
|
|
"type": "python", |
|
|
|