Коммит 5360f6c1 создал по автору bhavyaus's avatar bhavyaus
Просмотр файлов

feat: add menu entry for opening walkthroughs in help menu

владелец a0a4b727
......@@ -236,6 +236,11 @@ registerAction2(class extends Action2 {
title: localize2('welcome.showAllWalkthroughs', 'Open Walkthrough...'),
category,
f1: true,
menu: {
id: MenuId.MenubarHelpMenu,
group: '1_welcome',
order: 3,
},
});
}
......
......@@ -174,17 +174,6 @@ export const startEntries: GettingStartedStartEntryContent = [
command: 'command:remoteHub.openRepository',
}
},
{
id: 'topLevelShowWalkthroughs',
title: localize('gettingStarted.topLevelShowWalkthroughs.title', "Open a Walkthrough..."),
description: localize('gettingStarted.topLevelShowWalkthroughs.description', "View a walkthrough on the editor or an extension"),
icon: Codicon.checklist,
when: 'allWalkthroughsHidden',
content: {
type: 'startEntry',
command: 'command:welcome.showAllWalkthroughs',
}
},
{
id: 'topLevelRemoteOpen',
title: localize('gettingStarted.topLevelRemoteOpen.title', "Connect to..."),
......
Поддерживает Markdown
0% или .
You are about to add 0 people to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Пожалуйста, зарегистрируйтесь или чтобы прокомментировать