bin: fix startServer import and wasm paths#30
Conversation
|
Thanks @williamboman! Out of curiosity - what LSP client/editor are you using this with? I'm guessing neovim :-) How is it working for you? |
|
Hey @aslakhellesoy. I honestly don't really use this server myself. I've only tried it out using the neovim native LSP client. I found about this issue via tests in https://github.com/williamboman/nvim-lspconfig-test |
|
Oh very cool! I found it over in https://github.com/williamboman/nvim-lspconfig-test/tree/develop/tests/cucumber_language_server Great to have someone else testing our code :-) |
|
Hi @williamboman, Thanks for your making your first contribution to Cucumber, and welcome to the Cucumber committers team! You can now push directly to this repo and all other repos under the cucumber organization! 🍾 In return for this generous offer we hope you will:
On behalf of the Cucumber core team, |
Description
It seems like the latest release broke the executable, where it's throwing the following exception:
Motivation & context
It fixes the import of
startServer, which is not a default export.Type of change
Checklist: