提交 255853d1 编写于 作者: J Jackson Kearl

Remove emptyWorkspaceSupport when conditions

上级 11d18c2c
...@@ -111,7 +111,6 @@ export const content: GettingStartedContent = [ ...@@ -111,7 +111,6 @@ export const content: GettingStartedContent = [
title: localize('gettingStarted.setup.title', "Quick Setup"), title: localize('gettingStarted.setup.title', "Quick Setup"),
description: localize('gettingStarted.setup.description', "Extend and customize VS Code to fit your needs."), description: localize('gettingStarted.setup.description', "Extend and customize VS Code to fit your needs."),
icon: setupIcon, icon: setupIcon,
when: 'emptyWorkspaceSupport',
content: { content: {
type: 'items', type: 'items',
items: [ items: [
...@@ -150,7 +149,7 @@ export const content: GettingStartedContent = [ ...@@ -150,7 +149,7 @@ export const content: GettingStartedContent = [
id: 'pickAFolderTask-Mac', id: 'pickAFolderTask-Mac',
title: localize('gettingStarted.setup.OpenFolder.title', "Open Your Project"), title: localize('gettingStarted.setup.OpenFolder.title', "Open Your Project"),
description: localize('gettingStarted.setup.OpenFolder.description', "Open a project folder to get started!"), description: localize('gettingStarted.setup.OpenFolder.description', "Open a project folder to get started!"),
when: '!emptyWorkspaceSupport && isMac', when: 'isMac',
button: { button: {
title: localize('gettingStarted.setup.OpenFolder.button', "Pick a Folder"), title: localize('gettingStarted.setup.OpenFolder.button', "Pick a Folder"),
command: 'workbench.action.files.openFileFolder' command: 'workbench.action.files.openFileFolder'
...@@ -162,7 +161,7 @@ export const content: GettingStartedContent = [ ...@@ -162,7 +161,7 @@ export const content: GettingStartedContent = [
id: 'pickAFolderTask-Other', id: 'pickAFolderTask-Other',
title: localize('gettingStarted.setup.OpenFolder.title', "Open Your Project"), title: localize('gettingStarted.setup.OpenFolder.title', "Open Your Project"),
description: localize('gettingStarted.setup.OpenFolder.description', "Open a project folder to get started!"), description: localize('gettingStarted.setup.OpenFolder.description', "Open a project folder to get started!"),
when: '!emptyWorkspaceSupport && !isMac', when: '!isMac',
button: { button: {
title: localize('gettingStarted.setup.OpenFolder.button', "Pick a Folder"), title: localize('gettingStarted.setup.OpenFolder.button', "Pick a Folder"),
command: 'workbench.action.files.openFolder' command: 'workbench.action.files.openFolder'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册