You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
closes#2259
## Description
Previously we would always scroll a completed task into view on
completion.
We have a bug with this already
(#2259).
One fix here is just to scroll this into view when the code is NOT
already in view.
However, I think this might actually be annoying behaviour. The user
already gets a notification for edits that are made if the file is not
currently active. It seems overly aggressive to force their scroll back
to the code when editing an active file.
## Test plan
1. Edit code in a large file
2. Scroll the code out of view
3. Check we don't hijack the scroll
<!-- Required. See
https://docs.sourcegraph.com/dev/background-information/testing_principles.
-->
Version
v0.19.1702220762
Describe the bug
"Ask Cody to Fix" jumps when fix applied. See Loom at 0:28. Also seems pretty slow?
Expected behavior
Shouldn't jump when edits are applied.
Additional context
No response
The text was updated successfully, but these errors were encountered: