alexkrechik / VSCucumberAutoComplete

Cucumber (Gherkin) Full Support Extension for VSCode
https://marketplace.visualstudio.com/items?itemName=alexkrechik.cucumberautocomplete
MIT License
331 stars 79 forks source link

[Tech Debt] Fix settings typings #489

Open alexkrechik opened 1 month ago

alexkrechik commented 1 month ago

Now, settings typings are wrong - we get a lot of default values from the VsCode (based on the package.json), but in the code handling them as possibly undefined. Also, it would be better to emulate the default settings values set in the tests.