cucumber / monaco

Configure Monaco editor to use cucumber-language-service
MIT License
16 stars 4 forks source link

Replace language-server dependency with language-service #38

Closed aslakhellesoy closed 2 years ago

aslakhellesoy commented 2 years ago

This library should not use @cucumber/language-server (which depends on Node.js and cannot run in a browser). Instead it should depend on @cucumber/language-service, which has all the logic this module needs.

But first we need to fix https://github.com/cucumber/language-server/issues/28