forked from AG_QGIS/Plugin_SN_Plan41
22 lines
523 B
JSON
22 lines
523 B
JSON
|
|
{
|
||
|
|
"version": "0.2.0",
|
||
|
|
"configurations": [
|
||
|
|
{
|
||
|
|
"name": "Python: Remote Attach to QGIS",
|
||
|
|
"type": "debugpy",
|
||
|
|
"request": "attach",
|
||
|
|
"connect": {
|
||
|
|
"host": "127.0.0.1",
|
||
|
|
"port": 5678
|
||
|
|
},
|
||
|
|
"pathMappings": [
|
||
|
|
{
|
||
|
|
"localRoot": "${workspaceFolder}",
|
||
|
|
"remoteRoot": "${workspaceFolder}"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"justMyCode": true
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|