Skip to content

Commit 6d7647d

Browse files
committed
Add minimum
1 parent 10aa2bb commit 6d7647d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/jupyterlab-lsp/schema/plugin.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"title": "Priority of the server",
2222
"description": "When multiple servers match specific document/language, the server with the highest priority will be used",
2323
"type": "number",
24-
"default": 50
24+
"default": 50,
25+
"minimum": 1
2526
}
2627
}
2728
}

0 commit comments

Comments
 (0)