Visual Studio Code - Terminal Blank Screen

前端 未结 17 2038
梦如初夏
梦如初夏 2020-12-24 01:57

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

17条回答
  •  北海茫月
    2020-12-24 02:11

    The following helped for me in windows10.

    Right click and open the properties of visual studio code short cut.

    1. Add --disable-gpu to the end of Target.
    2. And in the compatibility tab, uncheck compatibility Mode and click OK.

    Then Rerun the visual studio code application. It should work.

    Reference: https://www.youtube.com/watch?v=2835_ZJGCQA

提交回复
热议问题