mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2025-05-31 10:00:40 +02:00
13 lines
288 B
JSON
13 lines
288 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "postgres connection",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"module": "icon_service_base.database.postgres_connection",
|
|
"justMyCode": false
|
|
}
|
|
]
|
|
}
|