JeanneMc
JeanneMc

Reputation: 185

Visual Studio Code Activity bar completely missing, Version 1.28

Just downloaded VSCode, ver 1.28 and the activity bar (left side) and the left side of the side bar are not there. This happened yesterday too, so uninstalled the program and tried again today. I have no way to get to settings, debug, search, etc. Tried right clicking on black space and they don't show up, merely options to open a new file. If I do open (untitled) I still do not get that left part of the screen. I am comparing it to MS's user interface page (https://code.visualstudio.com/docs/getstarted/userinterface). Is it possible that I would have to change the resolution on my laptop? Thanks.

Upvotes: 18

Views: 45691

Answers (6)

Noah Hinojos
Noah Hinojos

Reputation: 1

For the Activity Bar, the style will significantly change depending on how you position it. You can change this position under the following settings:

View / Appearance / Activity Bar Position / [Choose a Position]

Upvotes: 0

Barik Chandan
Barik Chandan

Reputation: 11

F11 2 times working for me. Please try with fn+F11 or only f11.

Upvotes: 0

JohnChampion
JohnChampion

Reputation: 41

  1. Simply go to the setting.
  2. Under the user settings search for Activity Bar.
  3. You'd find it under the workbench.
  4. Click the Activity bar visible and that's green and working.

Upvotes: 4

Michael Cox
Michael Cox

Reputation: 1308

You can also pull up the command pallet with

Ctrl + Shift + P (Windows/Linux)

Cmd + Shift + P (Mac)

Then type/select

View: Toggle Activity Bar Visibility

Upvotes: 5

Gerrit Griebel
Gerrit Griebel

Reputation: 453

Another way to loose Activity Bar is to accidently active Zen Mode. Check if

View/Apperance/Zen Mode

is checked and if so uncheck it.

Upvotes: 5

Usman Mahmood
Usman Mahmood

Reputation: 606

From the menu bar at the top try

View/Apperance/Show Activity Bar

When the Activity Bar is visible, this option will show "Hide Activity Bar"

See screenshot

Upvotes: 47

Related Questions