From 20373e7e4b6ac0f5bb4274435b5301c1db3734b4 Mon Sep 17 00:00:00 2001 From: David Zager Date: Mon, 27 Jan 2025 20:59:40 -0500 Subject: [PATCH] :bug: 0 max_iterations is invalid (#299) Fixes #286 Signed-off-by: David Zager --- vscode/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vscode/package.json b/vscode/package.json index 3f05b078..69b43cf0 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -564,6 +564,7 @@ "null" ], "default": 1, + "minimum": 1, "description": "Max iterations for the getSolution request", "scope": "window", "order": 40 @@ -594,6 +595,7 @@ "null" ], "default": null, + "minimum": 1, "description": "Max iterations for the getSolution request with multiple incidents", "scope": "window", "order": 50