I am developing a project flutter project in vscode and I like it that it automatically reloads the app on save, but I like to have my console on a different monitor so that I can always see the logs without needing to open up the integrated console.
I have tried to just run the project on an external console with the "flutter run" command. While this works I lose the auto reload on save. I know that Android Studio and the other JetBrains IDEs have this feature, but was not able to do so in vscode. While I can just use android studio I would rather not.
I have found this workaround, but it is also loses the reload on save.
