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
* Improve Explorer welcome view (fixmicrosoft#137414)
* don't duplicate noFolder welcome help in the IsWebContext case
* simplify noFolderHelp when-clauses
content: localize({key: 'noFolderButEditorsHelp',comment: ['Please do not translate the word "commmand", it is part of our internal syntax which must not change']},
303
+
"You have not yet opened a folder.\n[Open Folder](command:{0})\nOpening a folder will close all currently open editors. To keep them open, [add a folder](command:{1}) instead.",commandId,AddRootFolderAction.ID),
content: localize({key: 'noFolderHelp',comment: ['Please do not translate the word "commmand", it is part of our internal syntax which must not change']},
303
311
"You have not yet opened a folder.\n[Open Folder](command:{0})",commandId),
0 commit comments