vs code project starts showing folders code example
Example 1: VS Code not showing subfolders when there is only one
File > Preference > Settings and disable "explorer.compactFolders".
//type "explorer.compactFolders" in search box
Example 2: how to create a file in vs code via windows explorer
Press ctrl+shift+p to open command panel and type Create File or Create Folder . Right click on Explorer Window and click Create File or Create Folder .Sep 30, 2017