Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Commit ToastNew to Visual Studio Code? Get it now.
Commit Toast

Commit Toast

mimafogeus

| (0) | Free
Show toast notifications from commit messages containing <commit-toast> tags
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Commit Toast

A VS Code extension that displays toast notifications from commit messages. Based on the commit-toast convention.

When commits are introduced via merge, rebase, checkout, or pull, any commit message containing <commit-toast> tags will trigger a VS Code notification with the tag's content.

Usage

Add <commit-toast> tags anywhere in a commit message:

feat: deploy new payment service

<commit-toast>Payment service v2 is now live. Update your API keys before Monday.</commit-toast>

When a teammate pulls or merges that commit, they'll see the message pop up as a toast notification in VS Code.

You can include multiple tags in a single commit message — each one shows as its own notification.

Settings

Setting Default Description
commitToast.enabled true Enable or disable all commit toast notifications

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft