If I open a terminal window at a folder and type:
node -v
I get:
v12.16.2
If I do the same from my integrated terminal in the same folder in VS code:
node -v
I get:
node: Command not found.
This worked fine until recently (presumably a VS code update). Can anyone help?