{
  "jupyter.lab.setting-icon": "retro-ui-components:retroSun",
  "jupyter.lab.setting-icon-label": "RetroLab Notebook",
  "title": "RetroLab Notebook",
  "description": "RetroLab Notebook settings",
  "properties": {
    "autoScrollOutputs": {
      "type": "boolean",
      "title": "Auto Scroll Outputs",
      "description": "Whether to auto scroll the output area when the outputs become too long",
      "default": true
    }
  },
  "additionalProperties": false,
  "type": "object"
}
