Problem: seems like the terminal in VSCode is looking for the commands in the wrong location. at the moment I am having trouble with running the command "gulp".
When i run eg: "gulp watch" in my system terminal it runs my function watch as it should.
When I run the same command in vscode I get an "command not found"
I have tried: I first noticed it when node/npm/gulp stopped working. I uninstalled all completely, removing old folders etc and reinstall them. Problem persisted though, so I cd'ed into to /usr/bin/ and created an ln to the node/npm installs this seemed to solve the problem for npm/node. But I am having trouble with my gulp-cli. It's installed globally and can be run without issue in the normal system terminal. But when I try to run it from the terminal in vs code (it is set to use BASH, already checked that) I get a "command not found" error and making a link to it like I did with npm/node does not work.
Any and all advice welcome.