I cannot use the terminal with Drush in Visual Studio Code. Every time I ran drush or composer I get the following error:
drush : The term 'drush' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + drush + ~~~~~ + CategoryInfo : ObjectNotFound: (drush:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
I have Windows 10, I am working on Drupal 8 locally. I have drush and composer installed. They are working fine using my local windows command line but not on the Visual Studio Code terminal. The reason why I wanted to use the VSC terminal because is more convenient.