You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
1.7 KiB
JSON
71 lines
1.7 KiB
JSON
{
|
|
"title": "Workspaces Menu",
|
|
"description": "Workspaces Menu",
|
|
"jupyter.lab.menus": {
|
|
"main": [
|
|
{
|
|
"id": "jp-mainmenu-file",
|
|
"items": [
|
|
{
|
|
"type": "submenu",
|
|
"rank": 10,
|
|
"submenu": {
|
|
"id": "jp-mainmenu-file-workspaces",
|
|
"label": "Workspaces",
|
|
"items": [
|
|
{
|
|
"command": "workspace-ui:open",
|
|
"rank": 0
|
|
},
|
|
{
|
|
"command": "workspace-ui:create-new",
|
|
"rank": 1
|
|
},
|
|
{
|
|
"command": "workspace-ui:clone",
|
|
"rank": 2
|
|
},
|
|
{
|
|
"command": "workspace-ui:rename",
|
|
"rank": 3
|
|
},
|
|
{
|
|
"command": "workspace-ui:save",
|
|
"rank": 4
|
|
},
|
|
{
|
|
"command": "workspace-ui:save-as",
|
|
"rank": 5
|
|
},
|
|
{
|
|
"command": "workspace-ui:import",
|
|
"rank": 6
|
|
},
|
|
{
|
|
"command": "workspace-ui:export",
|
|
"rank": 7
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"rank": 8
|
|
},
|
|
{
|
|
"command": "workspace-ui:reset",
|
|
"rank": 9
|
|
},
|
|
{
|
|
"command": "workspace-ui:delete",
|
|
"rank": 10
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"properties": {},
|
|
"additionalProperties": false,
|
|
"type": "object"
|
|
}
|