Skip to content

Commit 0a4e7c8

Browse files
authored
Add toolbar configuration for new launcher in FileBrowser (#65)
1 parent 1f32328 commit 0a4e7c8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

schema/plugin.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88
"selector": "body"
99
}
1010
],
11+
"jupyter.lab.toolbars": {
12+
"FileBrowser": [
13+
{
14+
"name": "new-launcher",
15+
"command": "launcher:create",
16+
"rank": 1
17+
}
18+
]
19+
},
1120
"properties": {
1221
"categories": {
1322
"title": "Launcher categories in displayed order",

0 commit comments

Comments
 (0)