workspaces.json 457 B

123456789101112131415161718192021222324
  1. {
  2. "title": "Workspaces",
  3. "description": "Workspaces settings.",
  4. "jupyter.lab.menus": {
  5. "main": [
  6. {
  7. "id": "jp-mainmenu-file",
  8. "items": [
  9. {
  10. "command": "workspace-ui:save-as",
  11. "rank": 40
  12. },
  13. {
  14. "command": "workspace-ui:save",
  15. "rank": 40
  16. }
  17. ]
  18. }
  19. ]
  20. },
  21. "additionalProperties": false,
  22. "properties": {},
  23. "type": "object"
  24. }