You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
399 B

{
"jupyter.lab.setting-icon-class": "jp-TextEditorIcon",
"jupyter.lab.setting-icon-label": "CodeMirror",
"title": "CodeMirror",
"description": "Text editor settings for all CodeMirror editors.",
"properties": {
"keyMap": { "type": "string", "title": "Key Map", "default": "default" },
"theme": { "type": "string", "title": "Theme", "default": "default" }
},
"type": "object"
}