Made this because tracking which version of a package upgraded is humanely difficult to do. Helps developers to keep track of updated packages via git in a simplified and beautiful manner.
To use
- Make sure the lock file is open in the editor, is the active tab and has already being committed.
- Open the command pallette (Mac
Cmd+Shift+Por WindowsShift+Ctrl+P) - Type in
Update Packages Summaryand select the type of lock file you want to summarize - Enter the previous commit's has and the current commit's (that has your lock file changes) hash.
- Follow rest of the prompts and it will generate summary for you
- Git
- The lock file must be in a git repository
Initial release of update-packages-summary. Supports package-lock.json and composer.lock for now.
- Used a better logic to extract the package names and versions
- Removed the string 'node_modules' from package name
- Run
npm installin terminal to install dependencies - Run the
Run Extensiontarget in the Debug View. This will:- Start a task
npm: watchto compile the code - Run the extension in a new VS Code window
- Start a task
Contributions are highly welcome. Help me make this package meaningful to others.
Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.