Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Package Update NotifyNew to Visual Studio Code? Get it now.
Package Update Notify

Package Update Notify

ren-wei

|
33 installs
| (0) | Free
Show notify on the package was update.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

package-update-notify

Show notify on the package was update.

Installed extensions

Search for package-update-notify in the vscode extension, and then click to install.

Prerequisites

The extension periodically fetches the HTML content from the configured address and calculates its SHA256 hash value. When the hash changes, it indicates the website has been updated, and the plugin displays a notification.

Getting Started

After install and enable the extension, use package-update-notify.watch to configure the address you want to listen to.

Its type is WatchItem[], which is defined as follows:

export interface WatchItem {
    address: string;
    homepath: string;
    hostname: string;
}

The address of home is ${address}${homepath}. The extension will fetch this URL and calculate the hash of the HTML content.

Issues

If you encounter any problem in use, you can create a Issues and we will solve it for you as soon as possible.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft