-
Notifications
You must be signed in to change notification settings - Fork 29
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
Mac: reload from the same window that started the process, if possible #39
Comments
Requires clarification: running how? Via Terminal / iTerm2 / another VSCode window / something else?
Requires clarification. It was running on M2 (how?). Does the entire window get moved between monitors? I use MacOS with one physical display, so I can't test this. I've heard horror stories about multi-monitor behaviors on MacOS. For now, I can tell you is that |
On M2 (display 2) I'm running
When I move the focus to M1 (display 1) to work on VS Code window, then |
If your Go app opens its own GUI window, you should probably clarify this, since it's uncommon for Go apps. When |
Hi, I have the following scenario:
gow run .
Desired behaviour:
First time the app is loaded on M2, then when I change the focus to M1 and update the code, gow will reload the app in M2.
Current behaviour:
First time the app is loaded on M2, then when I change the focus to M1 and update the code, gow will reload the app in M1
The reason why I want this is to be able to keep editing the code in VSCode in full screen and watch the changes at the same time.
Currently it switches to the app on reload and moves away from VSCode. So I have to switch back at each save.
I don't know if it's possible, maybe it's a Mac behaviour. But checking anyway.
The text was updated successfully, but these errors were encountered: