Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SLVS-1765 Rename "Connected Mode" project context menu #5963

Merged
merged 1 commit into from
Jan 27, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/Integration.Vsix/Commands/PackageCommands.vsct
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
<Parent guid="guidCmdSet" id="groupidProjectSonarLint"/>
<CommandFlag>DynamicVisibility</CommandFlag>
<Strings>
<ButtonText>&amp;Connected Mode</ButtonText>
<ButtonText>SonarQube Connected Mode</ButtonText>
</Strings>
</Menu>
<Menu guid="guidCmdSet" id="menuidProjectTestProperty" priority="0x200">
<Parent guid="guidCmdSet" id="groupidProjectProperties"/>
<CommandFlag>DynamicVisibility</CommandFlag>
<Strings>
<ButtonText>Set Project &amp;Type</ButtonText>
<ButtonText>Set Project Type</ButtonText>
</Strings>
</Menu>
</Menus>
Expand All @@ -38,28 +38,28 @@
<Parent guid="guidCmdSet" id="groupidProjectProperties"/>
<CommandFlag>DynamicVisibility</CommandFlag>
<Strings>
<ButtonText>E&amp;xclude from Analysis</ButtonText>
<ButtonText>Exclude from Analysis</ButtonText>
</Strings>
</Button>
<Button guid="guidCmdSet" id="cmdidProjectTestPropertyAutoOption" priority="0x100">
<Parent guid="guidCmdSet" id="groupidProjectTestPropertyOptions"/>
<CommandFlag>DynamicVisibility</CommandFlag>
<Strings>
<ButtonText>&amp;Automatically Detect</ButtonText>
<ButtonText>Automatically Detect</ButtonText>
</Strings>
</Button>
<Button guid="guidCmdSet" id="cmdidProjectTestPropertyTrueOption" priority="0x100">
<Parent guid="guidCmdSet" id="groupidProjectTestPropertyOptions"/>
<CommandFlag>DynamicVisibility</CommandFlag>
<Strings>
<ButtonText>&amp;Test Project</ButtonText>
<ButtonText>Test Project</ButtonText>
</Strings>
</Button>
<Button guid="guidCmdSet" id="cmdidProjectTestPropertyFalseOption" priority="0x100">
<Parent guid="guidCmdSet" id="groupidProjectTestPropertyOptions"/>
<CommandFlag>DynamicVisibility</CommandFlag>
<Strings>
<ButtonText>&amp;Non-Test Project</ButtonText>
<ButtonText>Non-Test Project</ButtonText>
</Strings>
</Button>
</Buttons>
Expand Down
Loading