diff --git a/.vscode/launch.json b/.vscode/launch.json index 1418522..3cea107 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -15,10 +15,9 @@ "FLASK_APP": "main.py", "FLASK_ENV": "development" }, - "envFile": "${workspaceFolder}/.env", - "stopOnEntry": false, "console": "internalConsole", - "autoReload": {"enable": true} + "autoReload": {"enable": true}, + "justMyCode": true } ] } \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 1795aeb..92c7937 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,6 +5,7 @@ "gensalt", "hashpw", "checkpw", - "jsonify" + "jsonify", + "rtype" ] } \ No newline at end of file