open-with.json 477 B

123456789101112131415161718192021
  1. {
  2. "title": "File Browser Open With",
  3. "description": "File Browser Open With settings.",
  4. "jupyter.lab.menus": {
  5. "context": [
  6. {
  7. "type": "submenu",
  8. "selector": ".jp-DirListing-item[data-isdir=\"false\"]",
  9. "rank": 1.3,
  10. "submenu": {
  11. "id": "jp-contextmenu-open-with",
  12. "label": "Open With",
  13. "items": []
  14. }
  15. }
  16. ]
  17. },
  18. "properties": {},
  19. "additionalProperties": false,
  20. "type": "object"
  21. }