-
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
Prompt or auto install requirements from requirements.txt #4606
Comments
I think it's better if this action was based on a setting that can be saved in the workspace. An example project can have a requirements.txt (production or base requirements) and dev_requirements.txt (extra packages for debugging/testing/profiling ..etc). I would like to be able to set the workspace configuration that would define which file vscode should install the requirements from by default. The setting could be python.default_requirements or something similar. |
What is the status here? |
Hi @Ben-Faessler, this issue haven't been prioritized yet. We plan to do it eventually but not ETAs for that yet. |
We have an experiment that does this and is available under the |
Someone getting started with VSC python will find this handy.
Workflow:
The text was updated successfully, but these errors were encountered: