removes launch.json

This commit is contained in:
Mose Mueller 2024-10-31 07:47:13 +01:00
parent cc32afaf0b
commit 22faba0f00

12
.vscode/launch.json vendored
View File

@ -1,12 +0,0 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "postgres connection",
"type": "python",
"request": "launch",
"module": "icon_service_base.database.postgres_connection",
"justMyCode": false
}
]
}