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

Support for Flutter Web Debugging in VS Code #2299

Open
mazen-salah opened this issue Jul 18, 2024 · 1 comment
Open

Support for Flutter Web Debugging in VS Code #2299

mazen-salah opened this issue Jul 18, 2024 · 1 comment
Labels
enhancement New feature or request tracked

Comments

@mazen-salah
Copy link

mazen-salah commented Jul 18, 2024

Is your feature request related to a problem? Please describe.

Yes, it is related to a problem. I'm always frustrated when I have to manually copy the localhost URL into the VS Code instance to debug a Flutter web app. This process is inefficient and lacks the hot reload and restart features available in other debugging scenarios.

Describe the solution you'd like:

I would like the Microsoft Edge Tools for VS Code extension to support Flutter web debugging directly within VS Code. Specifically, I want to be able to run a Flutter web app by pressing F5 or starting a debug session and have it launch in the embedded Edge browser with full support for hot reload and restart features.

Describe alternatives you've considered:

The alternative I've considered is the current method of manually copying the localhost URL into the VS Code instance, but this is not efficient. Another alternative is using external tools or browsers, but these also lack the integrated experience and seamless hot reload functionality.

Additional context:

This feature would significantly improve the development workflow for Flutter web apps, making it more efficient and integrated. It would be a valuable addition for developers using Flutter with VS Code.

AB#52586853

@captainbrosset
Copy link
Collaborator

Thanks for filing this feature request.

@captainbrosset captainbrosset added enhancement New feature or request tracked labels Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tracked
Projects
None yet
Development

No branches or pull requests

2 participants