Skip to content

Commit a80c2a5

Browse files
authored
Menu bar step in web walkthrough
1 parent a946f9e commit a80c2a5

File tree

2 files changed

+109
-0
lines changed

2 files changed

+109
-0
lines changed

src/vs/workbench/contrib/welcome/gettingStarted/common/gettingStartedContent.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,15 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
280280
description: localize('gettingStarted.commandPalette.description.interpolated', "Commands are the keyboard way to accomplish any task in VS Code. **Practice** by looking up your frequent ones to save time.\n{0}\n__Try searching for 'view toggle'.__", Button(localize('commandPalette', "Open Command Palette"), 'command:workbench.action.showCommands')),
281281
media: { type: 'svg', altText: 'Command Palette overlay for searching and executing commands.', path: 'commandPalette.svg' },
282282
},
283+
{
284+
id: 'menuBarWeb',
285+
title: localize('gettingStarted.menuBar.title', "Just the right amount of UI"),
286+
description: localize('gettingStarted.menuBar.description.interpolated', "The full menu bar is available in the dropdown menu to make room for your code. Toggle its apperance for faster access. \n{0}", Button(localize('toggleMenuBar', "Toggle Menu Bar"), 'command:workbench.action.toggleMenuBar')),
287+
when: 'isWeb',
288+
media: {
289+
type: 'svg', altText: 'Comparing menu dropdown with the visible menu bar.', path: 'menuBar.svg'
290+
},
291+
},
283292
{
284293
id: 'extensionsWebWeb',
285294
title: localize('gettingStarted.extensions.title', "Limitless extensibility"),
Lines changed: 100 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)