I recently started running my gulp tasks directly from Visual Studio Code instead of command line, I am going to explain how to do that. Step1: Make sure your project has Gulpfile.js or gulpfile.babel.js Step2: In Visual Studio Code once you open the project, press CMD + SHIFT + P (CTRL + SHIFT + P in Windows),…