Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'workspace/didChangeConfiguration' failed #211

Closed
Jai-Gogineni opened this issue Sep 5, 2018 · 9 comments
Closed

'workspace/didChangeConfiguration' failed #211

Jai-Gogineni opened this issue Sep 5, 2018 · 9 comments

Comments

@Jai-Gogineni
Copy link

  • Since New version today[05/09/2019], cannot map cucumber step_definitions
  • On console output it's throwing an error
    [Error - 6:14:18 PM] Notification handler 'workspace/didChangeConfiguration' failed with message: Cannot read property '4' of null
@alexkrechik
Copy link
Owner

I need more info to reproduce this issue. Do you have any Scenario Outlines in your file ?

@alexkrechik
Copy link
Owner

Could you please also provide cucumber part of your configuration file ?

@Jai-Gogineni
Copy link
Author

Jai-Gogineni commented Sep 6, 2018

  • Hi Alex, This is my vscode settings

{ "cucumberautocomplete.steps": [ "src/*/step_definitions/*.js", ], "cucumberautocomplete.syncfeatures": "src/*/features/*feature", "cucumberautocomplete.strictGherkinCompletion": true }

This was working fine until the new release made yesterday.

Thanks

@oricadori
Copy link

Hi ,

same issue - started today.

@alexkrechik
Copy link
Owner

Some feature or step definition example, that broke everything, will help me to reproduce this issue locally and fix it due to I cant get many info from Cannot read property '4' of null error.

@alexkrechik
Copy link
Owner

Looks like, that I've found source of issue. I'll prepare hot fix for this.

alexkrechik added a commit that referenced this issue Sep 6, 2018
@alexkrechik
Copy link
Owner

Please retest using 2.12.1 version of extension

@Jai-Gogineni
Copy link
Author

Thanks it's all working now @alexkrechik 👍

@oricadori
Copy link

oricadori commented Sep 6, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants