-
Notifications
You must be signed in to change notification settings - Fork 338
Closed
Labels
in debuggingRelates to the debug adapter or process of running debug sessionsRelates to the debug adapter or process of running debug sessionsin flutterRelates to running Flutter appsRelates to running Flutter appsis bug
Milestone
Description
Is your feature request related to a problem? Please describe.
If you have multiple (n) files modified, then selecting Save All Files in VS Code triggers n hot reload notifications (although it's just one hot reload log). The confusing part is that the notifications do not disappear at once, so it suggests that multiple processes are kicked off. If there's a single request then we're probably fine and this issue can be closed.
screenshot_20250618_094552.mp4
Describe the solution you'd like
When I choose to save all files at once, it should only trigger single hot reload.
Describe alternatives you've considered
Using command line and pressing r for hot reload after saving files.
Additional context
- running on iOS simulator
- extension version 3.112.0
- Flutter 3.29.3
Metadata
Metadata
Assignees
Labels
in debuggingRelates to the debug adapter or process of running debug sessionsRelates to the debug adapter or process of running debug sessionsin flutterRelates to running Flutter appsRelates to running Flutter appsis bug