Show keyboard shortcuts in all welcome experiences (#251467)

This commit is contained in:
Bhavya U
2025-06-16 10:55:15 -07:00
committed by GitHub
parent 943fafb71e
commit 3a2ee21890
@@ -1378,7 +1378,7 @@ export class GettingStartedPage extends EditorPane {
if (isCommand) {
const keybinding = this.getKeyBinding(command);
if (keybinding && this.editorInput.selectedCategory !== NEW_WELCOME_EXPERIENCE) {
if (keybinding) {
const shortcutMessage = $('span.shortcut-message', {}, localize('gettingStarted.keyboardTip', 'Tip: Use keyboard shortcut '));
container.appendChild(shortcutMessage);
const label = new KeybindingLabel(shortcutMessage, OS, { ...defaultKeybindingLabelStyles });