Something broke the float value completions. The algorithm to detect the prefix 1. does no longer work which results in wrong completions being added and the completion panel not being displayed automatically.
Steps to reproduce
- Enter the following key
"dpi_scale": 1.
- Completion overlay suggesting 1.25 1.5 ... is not displayed automatically
- Completing the value with ctrl+space results in something like
"dpi_scale": 1.1.25