Changes Counter
ContentsFeatures
InstallationOpen VS Code, press Ctrl + P and enter this command
You can also search for "Changes Counter" in the Extensions Tab search, find the extension and install it there. UsageAfter you installed the extension and opened your repository folder for the first time, the extension will try to:
You can change both the comparison branch and changes threshold anytime you want by pressing
Or clicking the tooltip links. From now on, anytime you save a file the status bar item at the bottom will update showing how many changes were made between your working tree and your comparison branch (e.g: ImportantFor the extension to work, you must open a folder in your workspace that is a Git repository. If you are experiencing any prolem, please do the following:
If the problem is complicated or the logs aren't helpful, please copy the logs and create an issue with them. It will be very appreciated! Ignore fileThe ignore file name must be .ccignore. For this feature to work, you must create the file in the root of your workspace folder. Then, you can write the files path and patterns you want to ignore like it is written in the .gitignore file. Extension SettingsThis extension contributes the following settings:
ContributingFeel free to submit any issues or enhancement requests! I will do my best to fix or implement it. Already have a solution? Pull requests are also welcome! Built with
License |