Skip to content

Commit 3a2ee21

Browse files
authored
Show keyboard shortcuts in all welcome experiences (microsoft#251467)
1 parent 943fafb commit 3a2ee21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1378,7 +1378,7 @@ export class GettingStartedPage extends EditorPane {
13781378

13791379
if (isCommand) {
13801380
const keybinding = this.getKeyBinding(command);
1381-
if (keybinding && this.editorInput.selectedCategory !== NEW_WELCOME_EXPERIENCE) {
1381+
if (keybinding) {
13821382
const shortcutMessage = $('span.shortcut-message', {}, localize('gettingStarted.keyboardTip', 'Tip: Use keyboard shortcut '));
13831383
container.appendChild(shortcutMessage);
13841384
const label = new KeybindingLabel(shortcutMessage, OS, { ...defaultKeybindingLabelStyles });

0 commit comments

Comments
 (0)