Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
On completion of auto-save, hot reload should've been triggered. But instead, its not triggered until manual save/reload
Versions (please complete the following information):
This is intended behavior! See #3033.
If this was working well for some, then I think it's probably fair to have a setting to control it (perhaps extend the existing setting to be an enum for on/off/manual or similar).
This is one of the best feature and why i chose VSCode as my primary IDE. Should've make it optional since it works well on mac. Just my 2 cents.
I guess I underestimated how many people were using this without issues! The dart.flutterHotReloadOnSave will be updated to be an enum in the next release:
Whether to automatically send a Hot Reload request during a debug session when saving files.
never - do not reload when saving.always - reload for all saves, manual or automatic.manual - only reload for manual saves (requires pressing Save explicitly if using autosave).This change hasn't landed yet, so keeping this open until it does.
I guess I underestimated how many people were using this without issues! The
dart.flutterHotReloadOnSavewill be updated to be an enum in the next release:dart.flutterHotReloadOnSave
Whether to automatically send a Hot Reload request during a debug session when saving files.
never- do not reload when saving.always- reload for all saves, manual or automatic.manual- only reload for manual saves (requires pressing Save explicitly if using autosave).
Worked for me, Thanks..
Most helpful comment
If this was working well for some, then I think it's probably fair to have a setting to control it (perhaps extend the existing setting to be an enum for on/off/manual or similar).