plugin.json 404 B

12345678910111213141516171819
  1. {
  2. "title": "Setting Editor",
  3. "description": "Setting editor settings.",
  4. "jupyter.lab.shortcuts": [
  5. {
  6. "command": "settingeditor:open",
  7. "keys": ["Accel ,"],
  8. "selector": "body"
  9. },
  10. {
  11. "command": "settingeditor:save",
  12. "keys": ["Accel S"],
  13. "selector": ".jp-SettingEditor"
  14. }
  15. ],
  16. "properties": {},
  17. "additionalProperties": false,
  18. "type": "object"
  19. }