From 0356f9603c12f397c0508d4ec2b1e4b7b22e3e47 Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Mon, 12 Jan 2026 17:00:30 -0500 Subject: [PATCH] docs(readme): add toast notification configuration section Update README to document the new notification style options and add a Configuration section explaining how to access the settings. --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 842d4ae..beca072 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,22 @@ A Visual Studio extension that monitors debugging events and displays a notifica ## ✨ Features - 🎯 **Smart Detection** - Notifies on breakpoint hits -- 💬 **Instant Notification** - Displays a message box that brings Visual Studio back into focus +- 💬 **Flexible Notifications** - Choose between Windows toast notifications, classic message box, or both! +- ⚙️ **Configurable** - Customize your notification style via Tools > Options - 🖥️ **Multi-Architecture** - Supports both x64 and ARM64 systems - 🚀 **VS 2022 & 2026** - Compatible with Visual Studio 2022 and Visual Studio 2026 +## 🔧 Configuration + +Configure your preferred notification style: + +1. Go to **Tools** > **Options** +2. Navigate to **Breakpoint Notifier** > **General** +3. Select your **Notification Style**: + - 🔔 **Toast** (default) - Non-intrusive Windows toast notification + - 📦 **MessageBox** - Classic message box that steals focus + - 🔔📦 **Both** - Get both notifications at once + ## 📊 Status | | |