Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS Code Explorer is not showing any project directory or files

I have this one project for which VS Code is not showing any files or directories in the Explorer tree

enter image description here

The actual project files and directories at the root are these:

enter image description here

VS Code is working fine for other projects.

How can I fix this?

like image 642
M.K. Safi Avatar asked Aug 24 '17 01:08

M.K. Safi


Video Answer


2 Answers

Another solution: Go to Settings and check "Files: Exclude" in both "User Settings" and "Workspace Settings". Delete the files/folders needed to appear.

like image 149
Steven Choi Avatar answered Oct 11 '22 20:10

Steven Choi


Try removing the folders inside ~/Library/Application Support/Code/ (except the User/ folder because that contains your keybindings and settings configurations) and then restart Code.

like image 24
Alfonso Lozano Pérez Avatar answered Oct 11 '22 20:10

Alfonso Lozano Pérez