From 597f7c1fba586e2a30619156d9d9d19dbc659273 Mon Sep 17 00:00:00 2001 From: martinRenou Date: Tue, 3 Sep 2024 11:08:55 +0200 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: MichaƂ Krassowski <5832902+krassowski@users.noreply.github.com> --- schema/jupyterlab-variableInspector-settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/schema/jupyterlab-variableInspector-settings.json b/schema/jupyterlab-variableInspector-settings.json index 90ad7ca..24dde85 100644 --- a/schema/jupyterlab-variableInspector-settings.json +++ b/schema/jupyterlab-variableInspector-settings.json @@ -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