You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: localize('gettingStarted.pickColor.title',"Choose your theme"),
685
685
description: localize('gettingStarted.pickColor.description.interpolated',"The right theme helps you focus on your code, is easy on your eyes, and is simply more fun to use.\n{0}",Button(localize('titleID',"Browse Color Themes"),'command:workbench.action.selectTheme')),
title: localize('gettingStarted.findLanguageExts.title',"Rich support for all your languages"),
695
695
description: localize('gettingStarted.findLanguageExts.description.interpolated',"Code smarter with syntax highlighting, code completion, linting and debugging. While many languages are built-in, many more can be added as extensions.\n{0}",Button(localize('browseLangExts',"Browse Language Extensions"),'command:workbench.extensions.action.showLanguageExtensions')),
title: localize('gettingStarted.settings.title',"Tune your settings"),
704
704
description: localize('gettingStarted.settingsAndSync.description.interpolated',"Customize every aspect of VS Code and your extensions to your liking. [Back up and sync](command:workbench.userDataSync.actions.turnOn) your essential customizations across all your devices.\n{0}",Button(localize('tweakSettings',"Open Settings"),'command:toSide:workbench.action.openSettings')),
title: localize('gettingStarted.commandPalette.title',"Unlock productivity with the Command Palette "),
714
714
description: localize('gettingStarted.commandPalette.description.interpolated',"Run commands without reaching for your mouse to accomplish any task in VS Code.\n{0}",Button(localize('commandPalette',"Open Command Palette"),'command:workbench.action.showCommands')),
715
715
media: {type: 'svg',altText: 'Command Palette overlay for searching and executing commands.',path: 'commandPalette.svg'},
0 commit comments