sessionDialogs.json 395 B

1234567891011121314
  1. {
  2. "title": "Kernel dialogs",
  3. "description": "Kernel dialogs settings.",
  4. "additionalProperties": false,
  5. "properties": {
  6. "skipKernelRestartDialog": {
  7. "title": "Skip kernel restart Dialog",
  8. "description": "Whether the kernel restart confirmation dialog is skipped when restarting the kernel.",
  9. "type": "boolean",
  10. "default": false
  11. }
  12. },
  13. "type": "object"
  14. }