Skip to content

Commit 1db2641

Browse files
author
Jackson Kearl
committed
Remove New Folder... UI for release
1 parent 6b6be7e commit 1db2641

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

src/vs/workbench/contrib/welcome/gettingStarted/browser/gettingStarted.contribution.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -219,16 +219,16 @@ registerAction2(class extends Action2 {
219219
id: 'welcome.showNewFolderEntries',
220220
title: localize('welcome.newFolder', "New Folder..."),
221221
category,
222-
f1: true,
222+
// f1: true,
223223
keybinding: {
224224
primary: KeyMod.Alt + KeyMod.CtrlCmd + KeyMod.WinCtrl + KeyCode.KEY_F,
225225
weight: KeybindingWeight.WorkbenchContrib,
226226
},
227-
menu: {
228-
id: MenuId.MenubarFileMenu,
229-
group: '1_new',
230-
order: 5
231-
}
227+
// menu: {
228+
// id: MenuId.MenubarFileMenu,
229+
// group: '1_new',
230+
// order: 5
231+
// }
232232
});
233233
}
234234

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,16 @@ export const startEntries: GettingStartedStartEntryContent = [
6464
command: 'welcome.showNewFileEntries',
6565
}
6666
},
67-
{
68-
id: 'welcome.showNewFolderEntries',
69-
title: localize('gettingStarted.newFolder.title', "New Folder..."),
70-
description: localize('gettingStarted.newFolder.description', "Create a folder from a Git repo or an extension contributed template folder"),
71-
icon: Codicon.newFolder,
72-
content: {
73-
type: 'startEntry',
74-
command: 'welcome.showNewFolderEntries',
75-
}
76-
},
67+
// {
68+
// id: 'welcome.showNewFolderEntries',
69+
// title: localize('gettingStarted.newFolder.title', "New Folder..."),
70+
// description: localize('gettingStarted.newFolder.description', "Create a folder from a Git repo or an extension contributed template folder"),
71+
// icon: Codicon.newFolder,
72+
// content: {
73+
// type: 'startEntry',
74+
// command: 'welcome.showNewFolderEntries',
75+
// }
76+
// },
7777
{
7878
id: 'topLevelOpenMac',
7979
title: localize('gettingStarted.openMac.title', "Open..."),

0 commit comments

Comments
 (0)