20 lines
363 B
JSON
20 lines
363 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [{
|
|
"name": "Python: Attach",
|
|
"type": "python",
|
|
"request": "attach",
|
|
"pathMappings": [{
|
|
"localRoot": "${workspaceRoot}",
|
|
"remoteRoot": "${workspaceRoot}"
|
|
}],
|
|
"osx": {
|
|
"filePath": "${file}"
|
|
},
|
|
"windows": {
|
|
"filePath": "${file}"
|
|
},
|
|
"port": 9000,
|
|
"host": "localhost"
|
|
}]
|
|
} |