Visual Studio Code - Terminal Blank Screen

I have the same problem with PowerShell even after installing the 1.32.1 update. I fixed it by going to PowerShell options and checked the "Use legacy console" option and now it works as it should and I thinks it should work with cmd too.


I had the same problem in visual studio code 1.41.1 in ubuntu 18.04,I solved it by editing the settings.json by going through settings and search for 'Inherit Env'and opening Edit in settings.json and changing

"terminal.integrated.inheritEnv": true

The screenshot is provided below

screenshot


Here is the fix:

  1. CLick bottom left setting wheel
  2. go to setting > Features > terminal
  3. Select Explorer kind: Intergrated
  4. Change inheritEnv to true. enter image description here

My solution for VSCode 1.39.2 with Ubuntu has been:

File -> Preferences -> Setting -> Features -> Terminal -> Inherit Env