jm-paulin
jm-paulin
It looks like the `@Then` `@And` annotation is not recognised as a valid step definition by the plugin, despite it being valid at execution time.
I could create an issue @kieran-ryan but I think that would be a duplicate of #147, closed 4 months ago. I personally think #147 is a valid issue. `@And` annotated...
> If you write it up as a separate issue please show the complete source code of the step definition; as Kieran has mentioned, all of these issues are related...
Ah, just saw that. created #235. will close as this is a dup.
Would cucumber/language-service#209 help to address this issue @kieran-ryan ?
Just had the **vscode v1.93.0** update, and same issue.... 😠😠ðŸ˜
Thank you @luke-hill !!!
I have exactly that same error. works up to 2.17.2, fails in 2.18.0 and 2.20.0. ``` java.lang.NoSuchMethodError: com/fasterxml/jackson/dataformat/yaml/YAMLParser._updateToken(Lcom/fasterxml/jackson/core/JsonToken;)Lcom/fasterxml/jackson/core/JsonToken; (loaded from file:/home/jmp/.m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.20.0/jackson-dataformat-yaml-2.20.0.jar by jdk.internal.loader.ClassLoaders$AppClassLoader@85ac44d8) called from class com.fasterxml.jackson.dataformat.yaml.YAMLParser (loaded from file:/home/jmp/.m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.20.0/jackson-dataformat-yaml-2.20.0.jar...