Shows the current file | folder size in the status bar for Visual Studio Code.
Select / Save the code file(TextDocument), Extension will counting [file | folder] size.
Click The [File | Folder] Status Bar, Extension will show you the number of files in the folder.
The Folders Not Counting, default is: "node_modules|.git"
{
"folder-size.ignoreFolders": "node_modules|.git"
}
MIT @xiaoluoboding