Closed KostkaBrukowa closed 1 year ago
Perhaps _exec_cmd
was added in the nightly version, I'll check the implementation in the previous versions for backward compabitility.
For your information I'm running 'nvim 0.9.2' and this only happens with eslint_d actions, and they come from 'null-ls' so maybe there is a problem with null-ls itself?
For your information I'm running 'nvim 0.9.2' and this only happens with eslint_d actions, and they come from 'null-ls' so maybe there is a problem with null-ls itself?
I've checked the default code_action()
implementation in 0.9.2 and _exec_cmd
didn't exist at the time. Could you check if it's solved in this branch, I haven't tried yet if it also works with the nightly version.
Hey! I've checked (on 0.9.2
) and it fine now. Thanks for the fix!!
It also works with the nightly version so I'll use this implementation for backward compability.
Hey! I'm using
eslint_d
for my TS linting and when I want to pick a code action I'm getting this error: