David-Kunz / jester

A Neovim plugin to easily run and debug Jest tests
The Unlicense
200 stars 12 forks source link

LSP workspace folder #18

Open izifortune opened 2 years ago

izifortune commented 2 years ago

Hi @David-Kunz ,

Would you be interested into adding the workspace folder automatically by adding lsp dependency to the package ? I was struggling to setup up the path correctly for running the commands while now lsp can get the workspace folder automatically.

I have the code ready on my local copy just wondering if you are intersted into adding it into yours

David-Kunz commented 2 years ago

Hi @izifortune ,

Thanks a lot for this suggestion, I'd be happy to look into your code.

Where is the workspace used? Wouldn't npx jest automatically determine the right path?

Best regards, David