Extension to integrate gherkin-lint to Visual Studio Code
Run gherkin-lint on file save. Currently real time validations are not possible, because of way gherkin lint works.
Currently works only with default rule locations, with feature files on folder /feature/.
This extension currently contributes the following settings:
vscode-gherkin-lint.enable
: enable/disable this extension
Probably many...
Initial release