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

Add flask dynamic configurations #19504

Conversation

paulacamargo25
Copy link

Closed: #19451

@paulacamargo25 paulacamargo25 self-assigned this Jul 20, 2022
@paulacamargo25 paulacamargo25 added area-debugging skip tests Updates to tests unnecessary feature-request Request for new features or functionality labels Jul 20, 2022
@paulacamargo25 paulacamargo25 added this to the July 2022 milestone Jul 20, 2022
@@ -44,6 +44,40 @@ export class DynamicPythonDebugConfigurationService implements IDynamicDebugConf
justMyCode: true,
});
}

const flaskPath = await this.getFlaskPath(folder);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be a good idea as you add more things to do these detections in parallel.

karthiknadig
karthiknadig previously approved these changes Jul 20, 2022
@paulacamargo25 paulacamargo25 force-pushed the 19451-Automatic-flask-debug-config branch from 782c544 to 9883896 Compare July 22, 2022 21:17
@paulacamargo25 paulacamargo25 force-pushed the 19451-Automatic-flask-debug-config branch from 9883896 to 7c3498c Compare July 22, 2022 21:20
@paulacamargo25 paulacamargo25 deleted the 19451-Automatic-flask-debug-config branch July 22, 2022 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-debugging feature-request Request for new features or functionality skip tests Updates to tests unnecessary
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement automatic configuration for Flask
2 participants