Replies: 1 comment
-
You can solve this by setting the "Open new window" setting to "Never" in Ray's preferences. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I really like Ray and even if I got to know it just a few days ago it's now part of my daily routine to use it.
One thing I'm really missing is a single window mode. For now Ray will create a new window once in a while.
I didn't figure out when exactly Ray is doing that. For sure this is the case if I debug between different projects (Docker vs SSH) - but sometimes even in between for the same project. Maybe if I restart the Docker container.
As there is no project identifier (a label or something) in a Ray window I sometimes mistake a window with another (maybe newly opened) one... "Huh, no debug logs? Ah wrong window.".
I think usage would be much more conventient if there's a single window mode - so I can see all open windows at once as tabs. And it would be nice if the tabs have some meaningful name (like the directory the debugging request came from).
Actually, there's a Mac setting ("System Preferences" >"General" > "Prefer tabs") which is ignored by Ray though. I know about it because there was a similar discussion with Intellij Idea -they fixed that once but now the bug is existing again.
Beta Was this translation helpful? Give feedback.
All reactions