How do I move the 'x' button to close an editor tab to the left side of the tab?
I searched all over the internet with no luck, but lots of other people asking the same question on various forums.
How do I move the 'x' button to close an editor tab to the left side of the tab?
I searched all over the internet with no luck, but lots of other people asking the same question on various forums.
After searching endlessly for a solution to this, I found one, and decided it might be appreciated by others to know how to get their tab 'x' button on the left side.
Simply add the following to your USER SETTINGS json file.
"workbench.editor.tabCloseButton": "left",
Mac users rejoice!
Based on reka18's answer:
Click on Preferences
> Settings
and type workbench editor tab
Observe the option Tab Close Button
, there is a drop down, click and select left
.
If you are here in 2023, there is a better option (not sure if that was the case earlier) -
Cmd + Shift + P
=> Opens a search bar with a command >
Open Settings
and select Preferences: Open Settings (UI)
Close button
and you will see the following -