Skip to content
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

Auto configure the debugger when Django and Flask projects are detected #12326

Closed
luabud opened this issue Jun 12, 2020 · 1 comment
Closed
Assignees
Labels
area-debugging feature-request Request for new features or functionality needs spike Label for issues that need investigation before they can be worked on.

Comments

@luabud
Copy link
Member

luabud commented Jun 12, 2020

From VS Code 1.46 update:

https://code.visualstudio.com/updates/v1_46#_automatic-debug-configurations-improvements

Automatic debug configurations improvements

Last milestone, we introduced a feature so that extension authors can analyze the current project and offer debug configurations automatically. These debug configurations are dynamically created and so they do not show up in the launch.json configuration file. This is nice as long as they work out of the box, but sometimes you may need to modify the configuration, for instance to add an additional argument. There is now an option to save an automatic debug configuration into a launch.json, in order to open it up for editing.

We should do it for Django, Flask and FastAPI projects to start 😊

@luabud luabud added feature-request Request for new features or functionality triage-needed Needs assignment to the proper sub-team labels Jun 12, 2020
@kimadeline kimadeline added area-debugging needs spike Label for issues that need investigation before they can be worked on. labels Jun 16, 2020
@ghost ghost removed the triage-needed Needs assignment to the proper sub-team label Jun 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-debugging feature-request Request for new features or functionality needs spike Label for issues that need investigation before they can be worked on.
Projects
None yet
Development

No branches or pull requests

3 participants