euclidity / vscode-cucumber

Code snippets to write scenarios faster + Syntax highlight for .feature files
https://marketplace.visualstudio.com/items?itemName=stevejpurves.cucumber
MIT License
25 stars 13 forks source link

Fix typo in sce and sco snippets #24

Closed jamesharris-garmin closed 5 years ago

jamesharris-garmin commented 5 years ago

This fixes a typo in the 'sce' snippet definition that would create multiple cursors when leaving the scenario It also adds two newlines after the 'sco' snippet.

This should address issue #23

jamesharris-garmin commented 5 years ago

Looks like I need to fix my spacing. I'll address that internally and maybe add a '.editorconfig' file so that other people can handle spacing correctly.

dialex commented 5 years ago

Merged and deployed. Thanks for your PR 😉 Please, update the extension and let us know if the issue is fixed.