We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bc4c9a commit 3a9bef1Copy full SHA for 3a9bef1
HotSettings/HotSettings.vsct
@@ -33,10 +33,9 @@
33
34
<Menus>
35
<Menu guid="guidHotSettingsCmdSet" id="HotSettingsToolbar" type="Toolbar">
36
- <CommandFlag>DefaultDocked</CommandFlag>
37
<Strings>
38
<ButtonText>Editor Adornments</ButtonText> <!-- Not sure where this is used. Might be redundant. -->
39
- <CommandName>Hot Settings</CommandName> <!-- This becomes the Toolbar name. Does not show up as a command in Tools->Options,Keyboard -->
+ <CommandName>Hot &Settings</CommandName> <!-- This becomes the Toolbar name. Does not show up as a command in Tools->Options,Keyboard -->
40
</Strings>
41
</Menu>
42
<Menu guid="guidHotSettingsCmdSet" id="EditorMarginContextMenu" type="Context">
0 commit comments