You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+29-28Lines changed: 29 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,32 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
13
13
5.**Branch naming** - Use format: `type/scope/short-description` (e.g., `feat/ui/settings-dialog`)
14
14
6.**Working an issue** - Always create a new branch from an updated main branch
15
15
7.**Check branch status before pushing** - Verify the remote tracking branch still exists. If a PR was merged/deleted, create a new branch from main instead
16
-
8.**WPF for all UI** - All UI must be implemented using WPF (XAML/C#). No web-based technologies (HTML, JavaScript, WebView)
|`refactor`| Code change that neither fixes a bug nor adds a feature |
72
-
|`test`| Adding or updating tests |
73
-
|`chore`| Maintenance tasks |
74
-
75
-
---
76
-
77
80
## Project Overview
78
81
79
82
VS-BreakpointNotifier is a Visual Studio 2022 extension (VSIX) that displays a message box notification when a breakpoint is hit during debugging. This helps developers who are multi-tasking while waiting for breakpoints to trigger.
@@ -119,7 +122,5 @@ The extension has a minimal architecture with two core files:
119
122
120
123
GitHub Actions workflows in `.github/workflows/`:
121
124
122
-
-**release_build_and_deploy.yml** - Triggered on push to main or PR. Versions, builds, and uploads VSIX artifact.
125
+
-**build.yml** - Triggered on push to main or PR. Versions, builds, and uploads VSIX artifact.
123
126
-**publish.yml** - Manual trigger to publish to VS Marketplace and create GitHub release.
124
-
125
-
Versioning is automated via `CodingWithCalvin/GHA-VSVsixVersioner` action.
0 commit comments