[
  {
    "name": "Daily",
    "actions": [
      "runSelection",
      "runFile",
      "saveAndRun",
      "test",
      "render",
      "runApp",
      "openTerminal",
      "openConsole",
      "commandPalette",
      "openExplorer",
      "openSearch",
      "openVariables",
      "viewDataAtCursor",
      "openPlots",
      "plotSave",
      "gitShowDiff",
      "gitStageAll",
      "gitCommit",
      "gitPull",
      "gitPush",
      "layoutStacked",
      "stopExecution",
      "restartRuntime",
      "deploy"
    ]
  },
  {
    "name": "Code",
    "actions": [
      "runSelection",
      "runWithoutAdvancing",
      "runToCursor",
      "runFromCursor",
      "runCell",
      "runCellNext",
      "runAllCells",
      "insertCell",
      "previousCell",
      "nextCell",
      "runCellsAbove",
      "runCellsBelow",
      "saveFile",
      "saveAll",
      "formatAndSave",
      "commentLine",
      "duplicateLine",
      "moveLineUp",
      "moveLineDown",
      "renameSymbol",
      "quickFix",
      "goToDefinition",
      "findReferences",
      "helpAtCursor"
    ]
  },
  {
    "name": "Data",
    "actions": [
      "openVariables",
      "refreshVariables",
      "viewDataAtCursor",
      "viewDataVariable",
      "openDataConnections",
      "openConnections",
      "openPackages",
      "refreshPackages",
      "openPlots",
      "plotPrevious",
      "plotNext",
      "plotSave",
      "plotCopy",
      "plotEditor",
      "plotSizing",
      "plotPopout",
      "dataCopy",
      "dataSummaryExpand",
      "dataSummaryCollapse",
      "dataClearSorting",
      "dataToCode",
      "importData",
      "openHistory",
      "openViewer"
    ]
  },
  {
    "name": "Git",
    "actions": [
      "openSourceControl",
      "gitShowDiff",
      "gitOpenLog",
      "reviewWorkspace",
      "gitStageFile",
      "gitStageAll",
      "gitUnstageAll",
      "gitCommit",
      "gitFetch",
      "gitPull",
      "gitPush",
      "gitSync",
      "gitCheckout",
      "gitBranch",
      "gitStash",
      "gitStashPop",
      "openProblems",
      "nextProblem",
      "previousProblem",
      "openSearch",
      "saveAll",
      "test",
      "runTask",
      "deploy"
    ]
  },
  {
    "name": "Layout",
    "actions": [
      "layoutStacked",
      "layoutSideBySide",
      "layoutNotebook",
      "layoutAssistant",
      "layoutHelp",
      "customizeLayout",
      "toggleSidebar",
      "toggleSecondarySidebar",
      "togglePanel",
      "maximizePanel",
      "maximizeConsoleArea",
      "maximizeDataArea",
      "splitEditorRight",
      "splitEditorDown",
      "layoutSingle",
      "layoutColumns",
      "layoutRows",
      "layoutGrid",
      "focusNextGroup",
      "moveEditorRight",
      "zenMode",
      "zoomIn",
      "zoomOut",
      "zoomReset"
    ]
  },
  {
    "name": "R/Quarto",
    "actions": [
      "rLoadAll",
      "rDocument",
      "rTest",
      "rCheck",
      "rStyle",
      "rLint",
      "runSelection",
      "runFile",
      "runCell",
      "runCellNext",
      "render",
      "preview",
      "quartoWorkspace",
      "openViewer",
      "runApp",
      "stopApp",
      "openConsole",
      "clearConsole",
      "selectRuntime",
      "restartRuntime",
      "testCurrentFile",
      "openProblems",
      "saveAll",
      "deploy"
    ]
  },
  {
    "name": "Debug",
    "actions": [
      "openDebug",
      "debugStart",
      "debugStop",
      "debugContinue",
      "debugStepOver",
      "debugStepInto",
      "debugStepOut",
      "toggleBreakpoint",
      "openTesting",
      "test",
      "testCurrentFile",
      "openProblems",
      "nextProblem",
      "previousProblem",
      "openOutput",
      "showLog",
      "newTerminal",
      "splitTerminal",
      "clearTerminal",
      "runTask",
      "runBuildTask",
      "stopExecution",
      "selectRuntime",
      "diagnostics"
    ]
  },
  {
    "name": "Workflows",
    "actions": [
      "saveAndRun",
      "formatAndSave",
      "saveAndTest",
      "reviewWorkspace",
      "analysisWorkspace",
      "quartoWorkspace",
      "runWorkflow",
      "configureTerminal",
      "workflowSlot1",
      "workflowSlot2",
      "workflowSlot3",
      "workflowSlot4",
      "workflowSlot5",
      "workflowSlot6",
      "workflowSlot7",
      "workflowSlot8",
      "notebookRunCell",
      "notebookRunNext",
      "notebookRunAll",
      "notebookInsertCode",
      "notebookInsertMarkdown",
      "notebookStop",
      "diagnostics",
      "openKeybindings"
    ]
  }
]
