Skip to content

Commit

Permalink
🐛 0 max_iterations is invalid (konveyor#299)
Browse files Browse the repository at this point in the history
Fixes konveyor#286

Signed-off-by: David Zager <[email protected]>
  • Loading branch information
djzager authored Jan 28, 2025
1 parent 6f6d870 commit 20373e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@
"null"
],
"default": 1,
"minimum": 1,
"description": "Max iterations for the getSolution request",
"scope": "window",
"order": 40
Expand Down Expand Up @@ -594,6 +595,7 @@
"null"
],
"default": null,
"minimum": 1,
"description": "Max iterations for the getSolution request with multiple incidents",
"scope": "window",
"order": 50
Expand Down

0 comments on commit 20373e7

Please sign in to comment.