I\'ve been using Visual Studio Code since it was in beta and one of the features I like best about it is the integrated terminal for using the Angular CLI in app. I\'ve had
Here is the fix for Code in Ubuntu-18.04 :
The issue doesn't appear when opened through the terminal.
Go to the settings in the bottom left and search for "terminal.integrated.inheritEnv".
Check the box for this in user section that way terminal will inherit user's environment.
Done!!