-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Feature request: Don't close the task terminal when I press a button #42066
Comments
What I'm hearing is modifiers should not be considered, and commands that will trigger keybindings (cmd+f) should not close. |
Yes! Another glaring example is trying to copy a string from the build output with |
Reverted the commit that caused the issue f32ed90 and cherry picked the revert to release/1.20 |
When is the recovery build that fixes this major issue going to be released? Every time I get a build error that I need to click on this catches me so I have to do another build to see the error. IMHO it is a bit early to close the issue given that there isn't release build that is fixed. |
@BillDenton it's out now. We close the issue when the issue is fixed not when it's released, that's the process. |
@Tyriar Just updated and tested it. Working OK - a relief. Thanks. |
Steps to Reproduce:
cmd+click
on one of the file paths to open the file in an editor.Does this issue occur when all extensions are disabled?: Yes
I think this behavior is recently introduced in the insiders build.
Essentially, I have a task (running tests) that outputs a stack trace when it fails. It used to be that I could
cmd+click
on some/path/to/file.ext:123
and get right to the code that failed. But now the terminal closes as soon as I start pressingcmd
.This also means that I can't use search in the terminal, because I need to press
cmd+f
.Specifying
"focus": false
in the task's json somewhat mitigates the issue. However, I sometimes debug my tests interactively in the terminal during a test run, so the terminal ends up with focus regardless in many cases.Let me know if there's a switch/setting I'm missing. If not, a global setting or a per-task setting to disable the "Terminal will be reused by tasks, press any key to close it." behavior would be great.
Thanks for the application and hard work!
The text was updated successfully, but these errors were encountered: