-
Notifications
You must be signed in to change notification settings - Fork 303
-
Notifications
You must be signed in to change notification settings - Fork 303
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
Support auto-save without hot reloading on every change #3033
Comments
How exactly will this work ? |
This behaviour is controlled by the |
I have set it to "always" but still it doesn't hot reload upon saving file changes |
@alx-xlx are you running your app through the If you are using that, could you file a new issue about this, and include you exact versions of VS Code, the extensions, Flutter SDK? Thanks! |
It would be great if we can have hot-reload when running the app using |
Unfortunately this isn't possible. When you run from the terminal, the VS Code extension knows nothing about that process and cannot interact with it. You need to run from within VS Code using the Run menu (and related features) if you want to use the other features. If there's a reason you're using |
No, I don't have a particular reason to run the app using |
See https://stackoverflow.com/questions/65442649/visual-studio-code-auto-hot-reload-file-changes. Seems like the same as #1427 for hot-reload-on-save. It might be desirable to have this, so it may need a setting to control. To avoid it, we can examine the save reason (similar to the pub get version). It won't work if using the FS watcher though.
The text was updated successfully, but these errors were encountered: