Slight modifications of vscode files

This commit is contained in:
Thastertyn 2024-03-07 07:49:33 +01:00
parent 39d69ee0ca
commit 36e4afd98c
2 changed files with 4 additions and 4 deletions

5
.vscode/launch.json vendored
View File

@ -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
}
]
}

View File

@ -5,6 +5,7 @@
"gensalt",
"hashpw",
"checkpw",
"jsonify"
"jsonify",
"rtype"
]
}