coc-oxc extension results in Error: Range#create called with invalid arguments #5401
-
Hi, I hate to cross post like this, but I just realized the coc-oxc extension is not created by the usual coc folks, but rather the oxc folks, so I originally posted a bug with them: I now wonder if the bug is in their code or in coc-nvim, that's why I'm asking here to see if it's worth posting an issue in this repo. The reason for my uncertainty is that there appears to have been a similar issue with coc-nvim in the past (albeit not related to coc-oxc): #5338 Please advise. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I can't test with https://github.com/npearson72/coc-oxc-bug From the error logs, |
Beta Was this translation helpful? Give feedback.
I can't test with https://github.com/npearson72/coc-oxc-bug
From the error logs,
Range#create called with invalid arguments
means the line/character value is invalid, you can try to reproduce this issue with VSCode + oxc, I think it's oxc's issue.