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
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.