Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Krassowski <[email protected]>
  • Loading branch information
martinRenou and krassowski authored Sep 3, 2024
1 parent dec91f5 commit 597f7c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion schema/jupyterlab-variableInspector-settings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"title": "jupyterlab-variableInspector settings",
"jupyter.lab.setting-icon": "ui-components:list",
"title": "Variable Inspector",
"description": "Settings for the jupyterlab-variableInspector extension.",
"type": "object",
"properties": {
"maxItems": {
"type": "number",
"minimum": 0,
"title": "Maximum number of items",
"description": "The maximum number of items to show in lists/dicts etc",
"default": 10
Expand Down

0 comments on commit 597f7c1

Please sign in to comment.