Visual Studio Code - Terminal Blank Screen

前端 未结 17 2052
梦如初夏
梦如初夏 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:32

    Same issue occurred for me and I browsed through the VS Code issues on GitHub. Here is the solution I found: https://github.com/microsoft/vscode/issues/53782#issuecomment-414919965

    Change terminal.integrated.rendererType back to canvas in VS Code settings and issue does not reappear.

提交回复
热议问题