-
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
Test UI: Steals focus/cursor when test error is reported #130629
Comments
This behavior can be configured with |
I don't quite understand your response... I don't understand how to configure VS Code to not have this behavior. See my current settings: The
Should I be seeing another option? E.g. Or are you saying that the behavior is expected for now but will be addressed in the future? |
Oh, good catch. I added a "never" option in the linked commit. |
Merging into #134941 |
Version: 1.59.0 (Universal)
Commit: 379476f
Date: 2021-08-04T23:14:40.191Z
Electron: 13.1.7
Chrome: 91.0.4472.124
Node.js: 14.16.0
V8: 9.1.269.36-electron.0
OS: Darwin arm64 20.5.0
Steps to Reproduce:
test.txt
(should be an empty document in workspace root)At this point, the extension is automatically scheduling a test run (the same way that Wallaby works) and is reporting results. In this case, we're simulating an error and providing the location for the error
This is a contrived example, the UX is much worse when you're actually typing and an error result is displayed and the cursor focus is changed while you're in the middle of making a change. When this happens, some of your text (before test result was available) is in the correct position, and other characters are in the wrong place.
The text was updated successfully, but these errors were encountered: