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
The following helped for me in windows10.
Right click and open the properties of visual studio code short cut.
Then Rerun the visual studio code application. It should work.
Reference: https://www.youtube.com/watch?v=2835_ZJGCQA
VS Code prompted a dialog at bottom right corner recommending me to switch the RenderType
option to dom
, because it felt it was running slow. Then the blank-terminal issued was gone.
My environment was a vm of Ubuntu 16.04 running on win10.
My solution for VSCode 1.39.2 with Ubuntu has been:
File -> Preferences -> Setting -> Features -> Terminal -> Inherit Env
I had the same problem while working on CMD in my VSCode. I fixed it by going to the Terminal Menu in the VS Code and selected New Terminal. And a new cmd terminal opened up and it working just fine.
The solution for me was to uninstall the user mode and instead install system mode. This is what Jenuel Ganawed stated and I don't know why that post is downvoted. It solves the issue in my case.
Remove the following line in settings.json
file
terminal.integrated.inheritEnv": false,
You can locate settings.json file in the following locations —