Home > front end >  Visual Studio code activity bar - Missing changed files tab
Visual Studio code activity bar - Missing changed files tab

Time:01-23

The changed files tab in VS Code Activity bar is missing.

Changed files tab

enter image description here

My current activity bar is as below.

enter image description here

Its showing the search and pending changes together. What should I do to get my changed files tab back?

VS Code version: 1.74.3

Operating System: Windows 10

CodePudding user response:

If a panel is not in a spot you want and you want it back in its original place you can right click on the panel/view header and choose Reset Location.

Check this answer for more solutions.

Also, View: Reset View Locations command to solve this problem in Visual Studio Code version 1.47 (macOS - Catalina).

To do this, just press Cmd Shift P (macOS) or Ctrl Shift P (Linux/Windows), type workbench.action.resetViewLocations, then press Enter.

  • Related