From 36e4afd98c5fb76639f4c4b6ab97c270cec84795 Mon Sep 17 00:00:00 2001 From: Thastertyn Date: Thu, 7 Mar 2024 07:49:33 +0100 Subject: [PATCH] Slight modifications of vscode files --- .vscode/launch.json | 5 ++--- .vscode/settings.json | 3 ++- 2 files changed, 4 insertions(+), 4 deletions(-) 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