-
Notifications
You must be signed in to change notification settings - Fork 302
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
Flutter Hot Reload and Hot Restart are unavailable when running without debugging when SDK DAPs are enabled #4139
Comments
Same error for me |
Same here. [✓] Flutter (Channel stable, 3.3.0, on macOS 12.5.1 21G83 darwin-x64, locale |
Thanks for the report! I can reproduce and think I understand the problem. Working on a fix. |
Fixed by 1ec0496, released as Dart extension v3.48.1 (it sometimes takes up to 30min for updates to appear in VS Code). |
Thank you @DanTup for your effort, hot reload is working now on save ❤️. Again thank you for your effort and for fixing the problem very fast. |
Yeah, I noticed the same while testing. I'll get that fixed for a future update. In the meantime if you really miss them you can switch back to the old debug adapters by putting Thanks! |
Describe the bug
Today I faced a problem when running my app, the hot reload feature was not working when I save the file.
I usually run my app using "Run without debugging" and when I save the file there was a notification appears that said "Performing hot reload...", but with version 3.48.0 it doesn't appear and hot reload doesn't work.
I have downgrade the extension to V3.46.1 and everything work as before.
I then update it again to V3.48.0 and hot reload didn't work so I am sure that the problem is in this version.
Note: Hot reload work normally when run the app with "Start debugging".
Please complete the following information:
The text was updated successfully, but these errors were encountered: