forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable live reloading of flask and django debug configuration #2326
Labels
feature-request
Request for new features or functionality
Comments
DonJayamanne
added
feature-request
Request for new features or functionality
needs PR
area-debugging
labels
Aug 3, 2018
Closing as a duplicate of #80 |
Re-opening to ensure the debug configurations are updated accordingly. |
DonJayamanne
changed the title
Enable live reloading of flask in the flask debug configuration
Enable live reloading of flask and django debug configuration
Oct 9, 2018
5 tasks
@DonJayamanne is this a dupe of #3097? |
Yes, in fact #3097 was created after this. So that's a duplicate of this. Please close any one. |
Awesome, thank you! Closing in favour of #3097 as that's the issue in the backlog. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently live reloading is disabled in the Flask debug config by initializing the env variable
DEBUG
to0
. (similarly its disabled in the django debug config).This will need to change when multi-proc debugging is supported.
Upstream requirement #314
launch.json
from no live re-loading to live re-loading of flask and django Transitioninglaunch.json
from no live re-loading to live re-loading of flask and django #2924The text was updated successfully, but these errors were encountered: