You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have the setting "Hot Reload On Save" turned off, and try to hot reload manually by clicking ctrl-f5, you'll get the error Running the contributed command: 'flutter.hotReload' failed.. Only hot restart seems to work, but it's a pain because it takes too long.
The workaround for now is to turn "hot reload on save" back on.
The text was updated successfully, but these errors were encountered:
Ugh, sorry for the bother. I fixed this in one place but apparently not all.
I've published v3.13.1 with a fix for this and added additional tests. Run the Extensions: Check for Updates command in the VS Code command palette if VS Code doesn't pick it up automatically.
If you have the setting "Hot Reload On Save" turned off, and try to hot reload manually by clicking ctrl-f5, you'll get the error
Running the contributed command: 'flutter.hotReload' failed.
. Only hot restart seems to work, but it's a pain because it takes too long.The workaround for now is to turn "hot reload on save" back on.
The text was updated successfully, but these errors were encountered: