-
Notifications
You must be signed in to change notification settings - Fork 30.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When in centered layout, show inline diff view also in centered layout #97165
Comments
@rebornix how to check if diff is in inline view? vscode/src/vs/workbench/browser/layout.ts Line 1209 in 1934836
|
@isidorn I'm afraid this is too much for me at this moment. The |
@robertrossmann no worries, thanks for trying. Peng might give some good tips, and I might also look into this in the future. |
Apologies for not mentioning that I was working on this, but I implemented a fix for this in #97311 |
I was playing around with this too and managed to fix it, so I created a PR. My browser did not update so I didn't see your message, sorry for the duplicate PR 😅 |
No problem! haha both our bads I guess 🤣 Next time I'll comment beforehand |
When in centered layout, opening a diff view in inline mode (as opposed to side-by-side mode) should not force the diff view into full editor width as it does for side-by-side diff views.
This is a follow-up from #94696 where we discussed this might be a bug. 🤔
Steps to Reproduce:
Demo:
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: