I can’t have my file explorer on the right like I used to. I had a custom layout and it vanished?
Is there a way to just don’t mess around the layout every time there’s an update?
It’s incredibly frustrating…
Steps to Reproduce
Upgrade
See that your custom layout vanished
Have no way to get it back
Hey, glad you got it sorted out. Just in case the settings reset again after the next update, add this to your settings.json (CMD + Shift + P > “Preferences: Open User Settings (JSON)”):
"workbench.sideBar.location": "right"
If that doesn’t help, you can also do it via the Command Palette: CMD + Shift + P > “View: Toggle Primary Side Bar Position”.
The layout reset issue after updates is on our radar. Let me know if it happens again.