I'm using VS Code and thought a pinned tab would remain where it was pinned (it was the top left tab).
However, if I open up a bunch more tabs and start tabbing to those, my pinned tab disappears off to the left somewhere.
How do I pin it in place?
I'm using VS Code and thought a pinned tab would remain where it was pinned (it was the top left tab).
However, if I open up a bunch more tabs and start tabbing to those, my pinned tab disappears off to the left somewhere.
How do I pin it in place?
You can edit "Workbench > Editor: Wrap Tabs" setting in the Settings
Open Settings:
Then in the Settings:
Alternatively, add the following line directly in the settings.json:
You can pin the current tab with the following key shortcut:
Windows: Ctrl + K, Shift + Enter
Mac: command ⌘ + K, Shift + Enter
Or, right-click on the title of the tab, then select Pin from the drop-down menu