We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Error is thrown when a valid step is described in a Scenario:
[Error - 6:01:37 PM] Request textDocument/semanticTokens/full failed. Message: Request textDocument/semanticTokens/full failed with message: Incomplete group: {"children":[]} Code: -32603
No errors.
Extension version 1.3.0
With the following valid Step Definition:
Then(/I should( not)? be on the map/i, async (not) => { })
and the Step I should be on the Map :
I should be on the Map
Feature: Bug Report Scenario: User reports a bug Then I should be on the Map
The step definition is valid and made to support a positive and negative case.
Both I should be on the Map and I should not be on the Map are valid steps.
I should not be on the Map
However, the error is only thrown with the positive case: I should be on the Map
The text was updated successfully, but these errors were encountered:
Unfortunately I've stumbled across this error today with the same scenario described by @nextlevelbeard
[Error - 3:13:38 PM] Request textDocument/semanticTokens/full failed. Message: Request textDocument/semanticTokens/full failed with message: Incomplete group: {"children":[]}
Sorry, something went wrong.
Thanks for the detailed bug report @nextlevelbeard!
Successfully merging a pull request may close this issue.
👓 What did you see?
Error is thrown when a valid step is described in a Scenario:
[Error - 6:01:37 PM] Request textDocument/semanticTokens/full failed. Message: Request textDocument/semanticTokens/full failed with message: Incomplete group: {"children":[]} Code: -32603
✅ What did you expect to see?
No errors.
📦 Which tool/library version are you using?
Extension version 1.3.0
🔬 How could we reproduce it?
With the following valid Step Definition:
and the Step
I should be on the Map
:📚 Any additional context?
The step definition is valid and made to support a positive and negative case.
Both
I should be on the Map
andI should not be on the Map
are valid steps.However, the error is only thrown with the positive case:
I should be on the Map
The text was updated successfully, but these errors were encountered: