microsoft / vscode-azuretools

Common packages for building Azure extensions for VS Code
MIT License
104 stars 67 forks source link

utils: Introduce `validationUtils` namespace & character length validation logic #1656

Closed MicroFish91 closed 9 months ago

MicroFish91 commented 10 months ago

Beginning of a series of PRs to add a validation utility to simplify common input string validation scenarios for use in our Azure Wizard inputBox steps.

Example of use: image

See: https://github.com/microsoft/vscode-azurecontainerapps/pull/582

Let me know if you think something like this would be useful :)

MicroFish91 commented 9 months ago

Added a message condition for when the lower and upper limits are equal*