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
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')),
421
425
media: {type: 'svg',altText: 'Command Palette overlay for searching and executing commands.',path: 'commandPalette.svg'},
422
426
},
423
-
{
424
-
id: 'pickAFolderTask-WebWeb',
425
-
title: localize('gettingStarted.setup.OpenFolder.title',"Open up your code"),
426
-
description: localize('gettingStarted.setup.OpenFolderWeb.description.interpolated',"You're all set to start coding. You can open a local project or a remote repository to get your files into VS Code.\n{0}\n{1}",Button(localize('openFolder',"Open Folder"),'command:workbench.action.addRootFolder'),Button(localize('openRepository',"Open Repository"),'command:remoteHub.openRepository')),
427
-
when: 'workspaceFolderCount == 0',
428
-
media: {
429
-
type: 'svg',altText: 'Explorer view showing buttons for opening folder and cloning repository.',path: 'openFolder.svg'
430
-
}
431
-
},
427
+
// Hidden in favor of copilot entry
428
+
// {
429
+
// id: 'pickAFolderTask-WebWeb',
430
+
// title: localize('gettingStarted.setup.OpenFolder.title', "Open up your code"),
431
+
// description: localize('gettingStarted.setup.OpenFolderWeb.description.interpolated', "You're all set to start coding. You can open a local project or a remote repository to get your files into VS Code.\n{0}\n{1}", Button(localize('openFolder', "Open Folder"), 'command:workbench.action.addRootFolder'), Button(localize('openRepository', "Open Repository"), 'command:remoteHub.openRepository')),
432
+
// when: 'workspaceFolderCount == 0',
433
+
// media: {
434
+
// type: 'svg', altText: 'Explorer view showing buttons for opening folder and cloning repository.', path: 'openFolder.svg'
435
+
// }
436
+
// },
432
437
{
433
438
id: 'quickOpenWeb',
434
439
title: localize('gettingStarted.quickOpen.title',"Quickly navigate between your files"),
0 commit comments