🐞 Bug report
Command (mark with an x)
- [ ] new
- [x] build
- [x] serve
- [x] test
- [x] e2e
- [ ] generate
- [ ] add
- [ ] update
- [ ] lint
- [ ] xi18n
- [ ] run
- [ ] config
- [ ] help
- [ ] version
- [ ] doc
Is this a regression?
Yes, unsure what build
Description
Running any cli task that outputs progress will show each step on a new line. This was previously working where it would update the current line.
I'm unsure if this is an angular cli problem, a vs code problem or windows problem. To note, the progress works fine on my work desktop, which is running windows 10.
This only seems to affect my home desktop also running Windows 10.
Direction on the culprit would help and I re-create this in the relevant locations repo, if this isn't an angular problem.
🔬 Minimal Reproduction
Running ng test, ng e2e or ng build will result in this.

🌍 Your Environment
_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/
Angular CLI: 7.3.4
Node: 10.15.1
OS: win32 x64
Angular: 7.2.7
... animations, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router
Package Version
-----------------------------------------------------------
@angular-devkit/architect 0.13.4
@angular-devkit/build-angular 0.13.4
@angular-devkit/build-optimizer 0.13.4
@angular-devkit/build-webpack 0.13.4
@angular-devkit/core 7.3.4
@angular-devkit/schematics 7.3.4
@angular/cli 7.3.4
@ngtools/webpack 7.3.4
@schematics/angular 7.3.4
@schematics/update 0.13.4
rxjs 6.3.3
typescript 3.2.4
webpack 4.29.0
Anything else relevant?
- VSCode Version: 1.31.1
- OS Version: Windows 10 Version 1809 Build 17763.348
-- Edit
I'm using PowerShell as my terminal, but this occurs in cmd prompt too.
Testing this outside of vs code seems to work fine. Seems like this could be a vs code issue. If anyone can confirm, I'll re-create this over on their repo. Thanks.

🐞 Bug report
Command (mark with an
x)Is this a regression?
Yes, unsure what build
Description
Running any cli task that outputs progress will show each step on a new line. This was previously working where it would update the current line.
I'm unsure if this is an angular cli problem, a vs code problem or windows problem. To note, the progress works fine on my work desktop, which is running windows 10.
This only seems to affect my home desktop also running Windows 10.
Direction on the culprit would help and I re-create this in the relevant locations repo, if this isn't an angular problem.
🔬 Minimal Reproduction
Running ng test, ng e2e or ng build will result in this.
🌍 Your Environment
Anything else relevant?
-- Edit
I'm using PowerShell as my terminal, but this occurs in cmd prompt too.
Testing this outside of vs code seems to work fine. Seems like this could be a vs code issue. If anyone can confirm, I'll re-create this over on their repo. Thanks.