Files
Plugin_SN_Basis/.vscode/launch.json

21 lines
608 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to QGIS (Port 5678)",
"type": "debugpy",
"request": "attach",
"connect": {
"host": "localhost",
"port": 5678
},
"pathMappings": [
{
"localRoot": "C:/Users/helbi/AppData/Roaming/QGIS/QGIS3/profiles/dev/python/plugins/sn_basis",
"remoteRoot": "C:/Users/helbi/AppData/Roaming/QGIS/QGIS3/profiles/dev/python/plugins/sn_basis"
}
]
}
]
}