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
Have Roo execute a code edit with a diff in the same file you're looking at.
💥 Outcome Summary
Expected the file scroll position to be restored. Instead, it is sent to the top of the file. This makes it nearly impossible to keep context on larger files, since you have to constantly scroll back down to where the edit was made.
This is even worse if you don't have the code minimap enabled in VSC, as it's way more difficult to even find the edit easily. (Minimap shows the git changes highlighted in blue/green)
App Version
3.25.10 (c75549c)
API Provider
OpenRouter
Model Used
N/A
Roo Code Task Links (Optional)
No response
🔁 Steps to Reproduce
Have Roo execute a code edit with a diff in the same file you're looking at.
💥 Outcome Summary
Expected the file scroll position to be restored. Instead, it is sent to the top of the file. This makes it nearly impossible to keep context on larger files, since you have to constantly scroll back down to where the edit was made.
This is even worse if you don't have the code minimap enabled in VSC, as it's way more difficult to even find the edit easily. (Minimap shows the git changes highlighted in blue/green)
📄 Relevant Logs or Errors (Optional)