diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..4073fba --- /dev/null +++ b/.vscode/launch.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index d288eb2..d4f5979 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -36,4 +36,4 @@ "source.fixAll.eslint": true } } -} \ No newline at end of file +}