So VSCode has an annoying bug that forces people to run nvm set
before launching VSCode for it to recognise which node binary to use.
Since I am lazy I made a unity .desktop
shortcut for it which launches a small script that does exactly that!
This could be extended in the future to include the option to use other Node versions too, and launching VSCode with them with the right click options.
I hope this saves people some time :)