Slight modifications of vscode files
This commit is contained in:
parent
39d69ee0ca
commit
36e4afd98c
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
@ -15,10 +15,9 @@
|
|||||||
"FLASK_APP": "main.py",
|
"FLASK_APP": "main.py",
|
||||||
"FLASK_ENV": "development"
|
"FLASK_ENV": "development"
|
||||||
},
|
},
|
||||||
"envFile": "${workspaceFolder}/.env",
|
|
||||||
"stopOnEntry": false,
|
|
||||||
"console": "internalConsole",
|
"console": "internalConsole",
|
||||||
"autoReload": {"enable": true}
|
"autoReload": {"enable": true},
|
||||||
|
"justMyCode": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -5,6 +5,7 @@
|
|||||||
"gensalt",
|
"gensalt",
|
||||||
"hashpw",
|
"hashpw",
|
||||||
"checkpw",
|
"checkpw",
|
||||||
"jsonify"
|
"jsonify",
|
||||||
|
"rtype"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user