sourcegraph / sg.nvim

Experimental Sourcegraph + Cody plugin for Neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support bun runtime?

sandangel opened this issue · comments

Hi, I tried using bunjs instead of nodejs, but got the error that checking nodejs version (>18). Is it possible to bypass that check?

If you add skip_node_check = true in your setup, you should be able to skip this step. Don't know if it will work or not haha but you can let me know :)

Unfortunately it does not work. Cody just loading forever. When I run bun dist/cody-agent.js directly it doesn't show any error. Can you share the cody-agent source so I can debug further?

Oh turned out it's working with second try. haha. thanks a lot for supporting this.

hmm, it got stuck again.

image

it's possible bun doesn't support all the node APIs that are used in sourcegraph/cody. You could raise an issue in github.com/sourcegraph/cody and see if they'd be willing to fix