cucumber / language-server

Cucumber Language Server
MIT License
35 stars 20 forks source link

Move tree-sitter logic to language-service #28

Closed aslakhellesoy closed 2 years ago

aslakhellesoy commented 2 years ago

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.

olleolleolle commented 2 years ago

Thanks for the analysis on these issues, it shakes loose a few things! Context matters.