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
The @cucumber/monaco module needs the tree-sitter functionality, but not the @cucumber/language-server functionality. Since @cucumber/monaco depends on @cucumber/language-service, we should move the tree-sitter functionality there.
@cucumber/monaco
It used to be in @cucumber/language-service, but it was removed in 0.10.0. Let's undo that.
The text was updated successfully, but these errors were encountered:
Thanks for the analysis on these issues, it shakes loose a few things! Context matters.
Sorry, something went wrong.
c6ebdf6
Merge pull request #29 from cucumber/28-move-tree-sitter
3cefe0c
Move wasm to language-service. Fixes #28
No branches or pull requests
The @cucumber/monaco module needs the tree-sitter functionality, but not the @cucumber/language-server functionality. Since
@cucumber/monaco
depends on @cucumber/language-service, we should move the tree-sitter functionality there.It used to be in @cucumber/language-service, but it was removed in 0.10.0. Let's undo that.
The text was updated successfully, but these errors were encountered: