12345678910111213141516 |
- {
- "title": "File Browser Open Browser Tab",
- "description": "File Browser Open Browser Tab settings.",
- "jupyter.lab.menus": {
- "context": [
- {
- "command": "filebrowser:open-browser-tab",
- "selector": ".jp-DirListing-item[data-isdir=\"false\"]",
- "rank": 1.6
- }
- ]
- },
- "properties": {},
- "additionalProperties": false,
- "type": "object"
- }
|