commands.json 399 B

1234567891011
  1. {
  2. "jupyter.lab.setting-icon-class": "jp-TextEditorIcon",
  3. "jupyter.lab.setting-icon-label": "CodeMirror",
  4. "title": "CodeMirror",
  5. "description": "Text editor settings for all CodeMirror editors.",
  6. "properties": {
  7. "keyMap": { "type": "string", "title": "Key Map", "default": "default" },
  8. "theme": { "type": "string", "title": "Theme", "default": "default" }
  9. },
  10. "type": "object"
  11. }