The changed files tab in VS Code Activity bar is missing.
Changed files tab
My current activity bar is as below.
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.