vscode-yaml
vscode-yaml copied to clipboard
Number and integer linters do not ignore underscore separator (_)
Describe the bug
Per the int and float specs, int and float values should ignore _ to make them readable. Unfortunately the schema validator infers an incorrect type:
Expected Behavior
Ignore _.
Current Behavior
Infers incorrect type.
Steps to Reproduce
Create a field with an int or float types (float shown above).
Environment
- [ ] Windows
- [ ] Mac
- [ ] Linux
- [ ] other (please specify)