21 lines
500 B
JSON
21 lines
500 B
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Python: Remote Attach",
|
||
|
"type": "python",
|
||
|
"request": "attach",
|
||
|
"connect": {
|
||
|
"host": "192.168.10.31",
|
||
|
"port": 5678
|
||
|
},
|
||
|
"pathMappings": [
|
||
|
{
|
||
|
"localRoot": "${workspaceFolder}",
|
||
|
"remoteRoot": "."
|
||
|
}
|
||
|
],
|
||
|
"justMyCode": true
|
||
|
}
|
||
|
]
|
||
|
}
|