https://github.com/ryu1kn/vscode-extension-update-reporter
Check changelogs of installed extensions and report their changes
https://github.com/ryu1kn/vscode-extension-update-reporter
vscode-extension
Last synced: about 1 year ago
JSON representation
Check changelogs of installed extensions and report their changes
- Host: GitHub
- URL: https://github.com/ryu1kn/vscode-extension-update-reporter
- Owner: ryu1kn
- License: mit
- Created: 2018-04-16T09:54:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T23:23:48.000Z (almost 3 years ago)
- Last Synced: 2025-03-30T02:22:21.816Z (about 1 year ago)
- Topics: vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=ryu1kn.extension-update-reporter
- Size: 1.28 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# Extension Update Reporter
Present you the summary of all the changes of the installed extensions by checking their changelogs.
With this extension, you don't need to go and check the changelog of each individual extension.

### How it works
On the editor startup, it finds all the updated extensions by comparing the current versions of the
installed extensions and their last recorded versions. Once it finds the updated extensions,
it then checks their changelogs, collecting their updates made after their last recorded versions.
Finally, it shows the gathered information as a report.
## Request Features or Report Bugs
Feature requests and bug reports are very welcome: https://github.com/ryu1kn/vscode-extension-update-reporter/issues
A couple of requests from me when you raise an github issue.
* **Requesting a feature:** Please try to provide the context of why you want the feature. Such as, in what situation the feature could help you and how, or how the lack of the feature is causing an inconvenience to you. I can't think of introducing it until I understand how it helps you 🙂
* **Reporting a bug:** Please include environment information (OS name/version, the editor version). Also consider providing screenshots (or even videos) where appropriate. They are often very very helpful!
## Configurations
* `extensionUpdateReporter.lastCheckedVersions`: Last checked version of all extensions.
This extension uses this setting to detect extension updates and the value is automatically maintained.
## Changelog
* https://github.com/ryu1kn/vscode-extension-update-reporter/blob/master/CHANGELOG.md
## How to contribute
Thank you for considering a contribution. Please check [CONTRIBUTING.md](./CONTRIBUTING.md).