vscode-spell-checker
vscode-spell-checker copied to clipboard
Add Gherkin(feature) to enabled file-types by default?
Gherkin feature files (for Cucumber) are supposed to be plain English, much like Markdown. I don't see why not to add it to the list of spell-check-enabled file-types by default.
To enable spell checking in .feature files, add to settings.json
"cSpell.enableFiletypes": [
// ....
"cucumber"
],
works for the official Cucumber VS Code extension