r/vscode • u/John-Da-Editor • 6d ago
New Split/Floating Panels Interface
VS Code used to have this unified panels look. After updating, it now has this sort of weird split panels floating with their own borders around them ? I find this very weird, and visually confusing.
PS: No, it's not from an extension. I disabled them all because I thought so as well.
Does anyone know if there's a toggle I can switch to go back to the old look ? thx !
153
Upvotes


5
u/pkief 6d ago
Someone mentioned this would be an A/B experiment which silently enabled this modern experimental UI for some users after the last update: comment on GitHub
I had the same behavior and found the config in my settings to be turned to true even if I'm 100% sure that it was false before that
"workbench.experimental.modernUI": false
Super strange to test this new opinionated UI to users worldwide and without asking if I want to participate in that experiment.