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
workbenchActionsRegistry.registerWorkbenchAction(newSyncActionDescriptor(ShowLogsAction,ShowLogsAction.ID,ShowLogsAction.LABEL),'Logs: Show Logs...',logCategory);
41
+
workbenchActionsRegistry.registerWorkbenchAction(newSyncActionDescriptor(OpenLogsFolderAction,OpenLogsFolderAction.ID,OpenLogsFolderAction.LABEL),'Logs: Open Log Folder',logCategory);
42
+
workbenchActionsRegistry.registerWorkbenchAction(newSyncActionDescriptor(SetLogLevelAction,SetLogLevelAction.ID,SetLogLevelAction.LABEL),'Logs: Set Log Level',logCategory);
42
43
43
44
workbenchActionsRegistry.registerWorkbenchAction(newSyncActionDescriptor(QuickOpenRecentAction,QuickOpenRecentAction.ID,QuickOpenRecentAction.LABEL),'File: Quick Open Recent...',fileCategory);
0 commit comments