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

Format Document is broken when write a step "response body should be valid json" #284

Closed ADMehta closed 4 years ago

ADMehta commented 5 years ago

When Write a step as "response body should be valid json". the formatting after this statement is broken. it becomes white text.

"response body should be valid jso" text works okay but json word messes up with format color. Screen Shot 2019-07-22 at 11 16 26 AM

Fermich11 commented 5 years ago

I'm still able to see this issue! :scream:

robin-parker commented 5 years ago

It seems to be any step ending with the word json that triggers the issue, for example: image

Fermich11 commented 5 years ago

@alexkrechik taking a quick look on the code I think the issue could be on these line: https://github.com/alexkrechik/VSCucumberAutoComplete/blob/master/gclient/syntaxes/json-embed.json#L8

Hemanbaba commented 4 years ago

it's once disappeared, but now it occurs to me again

alexkrechik commented 4 years ago

Fixed in 2.15.1