You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You'll see the prompt if you set the custom node path by option typescript.tsserver.nodePath, and to suppress the prompt needs another patch to the vscode extension.
For now, if you are using nvim, you can set the node path by overriding the cmd of vtsls to /path/to/node /path/to/vtsls_bin --stdio, and the prompt will disappear if typescript.tsserver.nodePath is unset.
I started using custom node version with pointer expression enabled as vtsls was crushing with OOM in our monorepo, as described here: #136
It worked but now when the servers starts I see this popup:
It looks like it's not blocking and vtsls initializes anyway and I don't think it matters what I select. Is it possible to not display it?
The text was updated successfully, but these errors were encountered: