0

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

Nitheesh
  • 19,238
  • 3
  • 22
  • 49
  • 1
    I don't know why this question is being requested to close under "Not about programming or software development" category. This is also related to software development. This platform is not just for asking coding related questions. – Nitheesh Jan 23 '23 at 08:38

1 Answers1

2

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.