Describe the bug
Flutter Hot Reload function has stopped working in the lastest Dart Code v3.25 extension (you cannot find in debug tools bar anymore)
Steps to reproduce the behavior:
- Create a new Flutter Project
- Debug your app
- You can(could) notice hot reload in debug tools bar
- Hot Reload the app 3-4 more times or make some slight changes in the code
Wrong behavior
Hot Reload disappears from the debug tools bar (Even saving the app does not hot reloads it).
You can Hot reload from DevTools browser though
Versions :
- VS Code version: 1.58.2
- Dart extension version: 3.25
- Dart SDK version: 2.13.4
- Flutter SDK version: 2.2.3
