Hey, thanks for the report. There are two things here:
- Wrong settings key.
workbench.activityBar.locationcontrols where the Activity Bar itself sits (top/bottom/hidden), not whether it’s on the left or right. To move the sidebar to the left, you need a different key:
"workbench.activityBar.orientation": "vertical"
- Known persistence bug. Even with the right key, the setting might not stick after restarts. This is a known issue and the team is aware.
Let me know if that helps.