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
description: nls.localize('screencastMode.location.verticalPosition',"Controls the vertical offset of the screencast mode overlay from the bottom as a percentage of the workbench height.")
243
+
},
244
+
'screencastMode.onlyKeyboardShortcuts': {
245
+
type: 'boolean',
246
+
description: nls.localize('screencastMode.onlyKeyboardShortcuts',"Only show keyboard shortcuts in Screencast Mode."),
registry.registerWorkbenchAction(newSyncActionDescriptor(GlobalRemoveRootFolderAction,GlobalRemoveRootFolderAction.ID,GlobalRemoveRootFolderAction.LABEL),'Workspaces: Remove Folder from Workspace...',workspacesCategory);
84
84
registry.registerWorkbenchAction(newSyncActionDescriptor(SaveWorkspaceAsAction,SaveWorkspaceAsAction.ID,SaveWorkspaceAsAction.LABEL),'Workspaces: Save Workspace As...',workspacesCategory,SupportsWorkspacesContext);
85
85
registry.registerWorkbenchAction(newSyncActionDescriptor(DuplicateWorkspaceInNewWindowAction,DuplicateWorkspaceInNewWindowAction.ID,DuplicateWorkspaceInNewWindowAction.LABEL),'Workspaces: Duplicate Workspace in New Window',workspacesCategory);
description: nls.localize('screencastMode.location.verticalPosition',"Controls the vertical offset of the screencast mode overlay from the bottom as a percentage of the workbench height.")
521
-
},
522
-
'screencastMode.onlyKeyboardShortcuts': {
523
-
type: 'boolean',
524
-
description: nls.localize('screencastMode.onlyKeyboardShortcuts',"Only show keyboard shortcuts in Screencast Mode."),
0 commit comments