open-browser-tab.json 385 B

12345678910111213141516
  1. {
  2. "title": "File Browser Open Browser Tab",
  3. "description": "File Browser Open Browser Tab settings.",
  4. "jupyter.lab.menus": {
  5. "context": [
  6. {
  7. "command": "filebrowser:open-browser-tab",
  8. "selector": ".jp-DirListing-item[data-isdir=\"false\"]",
  9. "rank": 1.6
  10. }
  11. ]
  12. },
  13. "properties": {},
  14. "additionalProperties": false,
  15. "type": "object"
  16. }