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
content: localize({key: 'openAFileWhichCanBeDebugged',comment: ['Please do not translate the word "commmand", it is part of our internal syntax which must not change']},
111
-
"[Open a file](command:{0}) which can be debugged or run.",isMacintosh ? OpenFileFolderAction.ID : OpenFileAction.ID),
111
+
"[Open a file](command:{0}) which can be debugged or run.",(isMacintosh&&!isWeb) ? OpenFileFolderAction.ID : OpenFileAction.ID),
content: localize({key: 'customizeRunAndDebugOpenFolder',comment: ['Please do not translate the word "commmand", it is part of our internal syntax which must not change']},
141
-
"To customize Run and Debug, [open a folder](command:{0}) and create a launch.json file.",isMacintosh ? OpenFileFolderAction.ID : OpenFolderAction.ID),
141
+
"To customize Run and Debug, [open a folder](command:{0}) and create a launch.json file.",(isMacintosh&&!isWeb) ? OpenFileFolderAction.ID : OpenFolderAction.ID),
0 commit comments