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.
17 lines
365 B
JSON
17 lines
365 B
JSON
{
|
|
"title": "Code Console Foreign plugin",
|
|
"description": "Code Console Foreign plugin settings.",
|
|
"jupyter.lab.menus": {
|
|
"context": [
|
|
{
|
|
"command": "console:toggle-show-all-kernel-activity",
|
|
"selector": ".jp-CodeConsole",
|
|
"rank": 20
|
|
}
|
|
]
|
|
},
|
|
"properties": {},
|
|
"additionalProperties": false,
|
|
"type": "object"
|
|
}
|