updating vscode config

This commit is contained in:
Mose Mueller 2023-06-05 18:25:47 +02:00
parent 47d306a783
commit 4961362be7
2 changed files with 16 additions and 1 deletions

15
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "postgres connection",
"type": "python",
"request": "launch",
"module": "icon_service_base.database.postgres_connection",
"justMyCode": false
}
]
}

View File

@ -36,4 +36,4 @@
"source.fixAll.eslint": true
}
}
}
}