-
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 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You should try setting up the |
Beta Was this translation helpful? Give feedback.
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. :)