We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b679b96 commit 48d4a6bCopy full SHA for 48d4a6b
1 file changed
src/vs/platform/quickinput/browser/commandsQuickAccess.ts
@@ -140,7 +140,7 @@ export abstract class AbstractCommandsQuickAccessProvider extends PickerQuickAcc
140
commandPicks.push({
141
...commandPick,
142
ariaLabel,
143
- detail: this.options.showAlias ? commandPick.commandAlias : undefined,
+ detail: this.options.showAlias && commandPick.commandAlias !== commandPick.label ? commandPick.commandAlias : undefined,
144
keybinding,
145
accept: async () => {
146
0 commit comments