Skip to content

Conversation

@CyrusNajmabadi
Copy link
Member

No description provided.

@CyrusNajmabadi CyrusNajmabadi marked this pull request as ready for review May 30, 2025 18:27
@CyrusNajmabadi CyrusNajmabadi requested a review from a team as a code owner May 30, 2025 18:27
@CyrusNajmabadi CyrusNajmabadi requested a review from dibarbet May 30, 2025 18:27
Copy link
Member

@dibarbet dibarbet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the command bits are a mystery to me

<Parent guid="guidRoslynGrpId" id="cmdidAnalyzerFolderContextMenu"/>
</Group>

<Group guid="guidRoslynGrpId" id="grpSolutionExplorerSymbolItemContextMenu" priority="0x000">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have no idea if what is in here is correct - def need someone else to take a look at this (if anyone does)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah. this was done with Jason/Joey yesterday. It's black magic to me as well :)

<Strings>
<ButtonText>Clear</ButtonText>
<CommandName>CleearStackTraceExplorerCommandName</CommandName>
<CommandName>ClearStackTraceExplorerCommandName</CommandName>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume renaming this won't potentially break something else? Are these visible to other components in VS?


var guidContextMenu = Guids.RoslynGroupId;
if (Shell.Package.GetGlobalService(typeof(SVsUIShell)) is not IVsUIShell shell)
return false;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this ever not true? should this throw? (no clue)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah. it likely will always be true... i'm just copying code from elsewhere :'(

CyrusNajmabadi and others added 3 commits May 30, 2025 20:52
Co-authored-by: David Barbet <dibarbet@gmail.com>
…temContextMenuController.cs

Co-authored-by: David Barbet <dibarbet@gmail.com>
@CyrusNajmabadi CyrusNajmabadi enabled auto-merge May 30, 2025 19:03
@CyrusNajmabadi CyrusNajmabadi merged commit b3804f1 into dotnet:main May 30, 2025
24 of 25 checks passed
@CyrusNajmabadi CyrusNajmabadi deleted the removeProgressionContextMenuWork branch May 30, 2025 20:09
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone May 30, 2025
@RikkiGibson RikkiGibson modified the milestones: Next, 18.0 P1 Aug 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants