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.

23 lines
757 B

{
"jupyter.lab.setting-icon": "ui-components:settings",
"jupyter.lab.setting-icon-label": "Extension Manager",
"title": "Extension Manager",
"description": "Extension manager settings.",
"properties": {
"enabled": {
"title": "Enabled Status",
"description": "Enables extension manager (requires Node.js/npm).\nWARNING: installing untrusted extensions may be unsafe.",
"default": true,
"type": "boolean"
},
"disclaimed": {
"title": "Disclaimed Status",
"description": "Whether the user understand that extensions managed through this interface run arbitrary code that may be dangerous",
"default": false,
"type": "boolean"
}
},
"additionalProperties": false,
"type": "object"
}