plugin.json 265 B

1234567891011121314
  1. {
  2. "title": "Launcher",
  3. "description": "Launcher settings.",
  4. "jupyter.lab.shortcuts": [
  5. {
  6. "command": "launcher:create",
  7. "keys": [""],
  8. "selector": "body"
  9. }
  10. ],
  11. "properties": {},
  12. "additionalProperties": false,
  13. "type": "object"
  14. }