-
Notifications
You must be signed in to change notification settings - Fork 522
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
Attaching shell does not focus terminal #2413
Comments
I'm not able to reproduce the issue, what has focus in the bottom pane when it happens for you? |
Got the same issue. When the focus is on the code editor before opening, the code editor keeps the focus. When I have another terminal focused, the focus completely disappears. |
Ok, with my cursor in the text editor window, focus stayed there. I'll take a look. |
I found the root cause and the fix should be quite simple. |
This fix has now been released in 1.8.0. |
Steps to reproduce on macOS:
Expected behavior: A terminal is opened and I can type in it right away.
Actual behavior: A terminal is opened but it is out of focus. I have to click on the terminal to be able to type in it.
Other commands that open a terminal (like "Debug: Create Javascript Debug Terminal") focus it per default.
The text was updated successfully, but these errors were encountered: