|
My company for some reason loves to keep code with node@18 and wondering what version of the plugin I can set so this plugin will work. I think I saw in readme that I can set the LSP integration but not sure how to do that. Thanks |
Answered by
AntoineGS
Apr 21, 2025
Replies: 1 comment 2 replies
|
You should try setting up the |
2 replies
Answer selected by
jrock2004
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should try setting up the
server = { type = 'binary' }in the config to see if the downloader works for you, if not there are a few other methods to run the binaries like downloading them with Mason and setting the path in the config. Running the binary means you are not relying on node, it is a self-dependent executable. :)