jamiet
jamiet

Reputation: 12344

Visual Studio Code - icons in Activity Bar have disappeared

Earlier this week I installed the latest release (May 2018) of Visual Studio Code and ever since then all the icons in the Activity Bar (i.e. the long thin bar on the far left of the window) fail to display. I always get the Explorer icon but after that the only one that does display is whatever I currently have open in the sidebar.
Perhaps some screenshots might help explain:
enter image description here enter image description here enter image description here

I've searched high and low in Settings to try and find how to get them all to display but I can't find anything. Can anyone help?

I'm on macOS High Sierra 10.13.5 by the way.

Upvotes: 10

Views: 27004

Answers (7)

Bar Horing
Bar Horing

Reputation: 5975

This is what worked for me

View -> Appearance -> Activity Bar Position -> Side

enter image description here

Upvotes: 0

laurelizall
laurelizall

Reputation: 11

This is the only fix that worked for me on Mac:

Click "View" > "Open view...". Search for the extension. From there you can open the extension in a side panel.

Upvotes: 1

Fan
Fan

Reputation: 303

In VSCode version 1.59 (Windows 10), the setting of controlling the visibility of activity bar is:

Settings -> User >-> Workbench -> Appearance -> Activity Bar -> "Visible Controls the visibility of the activity bar in the workbench"

See the screenshot below:

enter image description here

Upvotes: 7

Gopal Khandare
Gopal Khandare

Reputation: 1

If you are a windows user and have the latest version of visual studio code 1)First go to the view section in the upper top of the visual studio code. 2)GO to preferences 3)Go to show Activity Bar and click on it.

Upvotes: 0

cj John
cj John

Reputation: 189

Right click on the activity bar itself and select whatever you want have on the activity side bar. if for some reason you don't see the activity bar, go to View-> Appearance ->Show Activity bar

enter image description here

Upvotes: 17

Tunde
Tunde

Reputation: 1

Click on menu, if you don't have the top menu click the alt key the menu will appear. On the menu click view then click appearance, then click show activity bar. If all the activity bar does not show, go back to view menu to bring them back one by one. To keep an icon from disappearing right click on each activity bar, look for keep, click it. That will make it stay.

Upvotes: 0

Dylan Wright
Dylan Wright

Reputation: 1212

"Try right clicking the Activity Bar itself. If I right click it I get a list of the icons to show/hide."

Upvotes: 7

Related Questions