-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Flask_script with venv debug does not working #789
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
Comments
Please confirm |
Hi! Thanks for advise. |
Duplicate of #691 |
Uh oh!
There was an error while loading. Please reload this page.
Environment data
VS Code version: 1.20.1
Python Extension version: 2018.1 (01 Feb 2018)
Python Version: 3.6
OS and version: Ubuntu 16.04
Actual behavior
ModuleNotFoundError, No module named 'flask_script'
NOTE: if I'll try to run from terminal:
source ./venv/bin/activate
python manage.py runserver --port 50000 --host some.valid.ho.st
All dependencies are working as expected
Expected behavior
Enable debug and breakpoints. Dependencies imported as expected.
Steps to reproduce:
Output from
Console window
(Help->Developer Tools menu)The text was updated successfully, but these errors were encountered: