alexkrechik / VSCucumberAutoComplete

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

[Tech Debt] Fix settings typings #489

Open alexkrechik opened 6 months ago

alexkrechik commented 6 months 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.