Skip to content

Commit 597f7c1

Browse files
Apply suggestions from code review
Co-authored-by: Michał Krassowski <[email protected]>
1 parent dec91f5 commit 597f7c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

schema/jupyterlab-variableInspector-settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
2-
"title": "jupyterlab-variableInspector settings",
2+
"jupyter.lab.setting-icon": "ui-components:list",
3+
"title": "Variable Inspector",
34
"description": "Settings for the jupyterlab-variableInspector extension.",
45
"type": "object",
56
"properties": {
67
"maxItems": {
78
"type": "number",
9+
"minimum": 0,
810
"title": "Maximum number of items",
911
"description": "The maximum number of items to show in lists/dicts etc",
1012
"default": 10

0 commit comments

Comments
 (0)