@@ -62,7 +62,7 @@ export const startEntries: GettingStartedStartEntryContent = [
62
62
icon : Codicon . newFile ,
63
63
content : {
64
64
type : 'startEntry' ,
65
- command : 'welcome.showNewFileEntries' ,
65
+ command : 'command: welcome.showNewFileEntries' ,
66
66
}
67
67
} ,
68
68
// {
@@ -83,7 +83,7 @@ export const startEntries: GettingStartedStartEntryContent = [
83
83
when : '!isWeb && isMac' ,
84
84
content : {
85
85
type : 'startEntry' ,
86
- command : 'workbench.action.files.openFileFolder' ,
86
+ command : 'command: workbench.action.files.openFileFolder' ,
87
87
}
88
88
} ,
89
89
{
@@ -94,7 +94,7 @@ export const startEntries: GettingStartedStartEntryContent = [
94
94
when : 'isWeb || !isMac' ,
95
95
content : {
96
96
type : 'startEntry' ,
97
- command : 'workbench.action.files.openFile' ,
97
+ command : 'command: workbench.action.files.openFile' ,
98
98
}
99
99
} ,
100
100
{
@@ -105,7 +105,7 @@ export const startEntries: GettingStartedStartEntryContent = [
105
105
when : '!isWeb && !isMac' ,
106
106
content : {
107
107
type : 'startEntry' ,
108
- command : 'workbench.action.files.openFolder' ,
108
+ command : 'command: workbench.action.files.openFolder' ,
109
109
}
110
110
} ,
111
111
{
@@ -116,7 +116,7 @@ export const startEntries: GettingStartedStartEntryContent = [
116
116
when : 'isWeb && workbenchState == \'workspace\'' ,
117
117
content : {
118
118
type : 'startEntry' ,
119
- command : 'workbench.action.addRootFolder' ,
119
+ command : 'command: workbench.action.addRootFolder' ,
120
120
}
121
121
} ,
122
122
{
@@ -127,7 +127,7 @@ export const startEntries: GettingStartedStartEntryContent = [
127
127
icon : Codicon . sourceControl ,
128
128
content : {
129
129
type : 'startEntry' ,
130
- command : 'git.clone' ,
130
+ command : 'command: git.clone' ,
131
131
}
132
132
} ,
133
133
{
@@ -138,7 +138,7 @@ export const startEntries: GettingStartedStartEntryContent = [
138
138
icon : Codicon . sourceControl ,
139
139
content : {
140
140
type : 'startEntry' ,
141
- command : 'remoteHub.openRepository' ,
141
+ command : 'command: remoteHub.openRepository' ,
142
142
}
143
143
} ,
144
144
{
@@ -149,7 +149,7 @@ export const startEntries: GettingStartedStartEntryContent = [
149
149
when : 'allWalkthroughsHidden' ,
150
150
content : {
151
151
type : 'startEntry' ,
152
- command : 'welcome.showAllWalkthroughs' ,
152
+ command : 'command: welcome.showAllWalkthroughs' ,
153
153
}
154
154
} ,
155
155
{
0 commit comments