#About the Project
This is a vs code extension project that counts the number of files and folders in the currently opened folder in the vs code workspace
#Features
Shows the no of files and folders in the status bar with a magenta color
Has a separate command called Check Files and Folders from the command pallette to show / update the number of files and folders
Activates automatically on opening any folder in the workspace through the "Open Folder" option
Reruns the extension automatically "On Creation" and "On Deletion" of "Files" and "Folders"
Added config settings for the user to choose from allowed colors for the status bar item
Added option to allow the user to choose if git files are included or not
Added option to allow the user to choose if node module folders are included or not
Added option to allow the user to add size taken up by the current folder on disk