Commit aa7ad54
Fix: Implement SuggestedActionsChanged as no-op event property
The ISuggestedActionsSource interface requires the SuggestedActionsChanged event.
This implementation uses a pull model (VS calls HasSuggestedActionsAsync/GetSuggestedActions
on-demand) rather than push model (raising events). Implemented as a no-op property
to satisfy the interface contract while suppressing code analysis warnings.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>1 parent bdb701d commit aa7ad54
1 file changed
Lines changed: 6 additions & 0 deletions
File tree
- ast-visual-studio-extension/CxExtension/CxAssist/Core/Markers
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
28 | 34 | | |
29 | 35 | | |
30 | 36 | | |
| |||
0 commit comments