Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clearing terminal works but info shows again #77734

Closed
Yegorich555 opened this issue Jul 22, 2019 · 1 comment
Closed

Clearing terminal works but info shows again #77734

Yegorich555 opened this issue Jul 22, 2019 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) terminal General terminal issues that don't fall under another label

Comments

@Yegorich555
Copy link

  • VSCode Version: 1.36.1
  • OS Version: Windows 10x64

Steps to Reproduce:

1.Run build via webpack (any basic project or https://github.com/Yegorich555/FromScratch_React/tree/wepback-info-bug) -
via npm i (for installing packages) and npm run build-dev (for building the project)
2. Clear terminal (via Ctrl+L in powershell or adding command console.clear() in webpack.common.js)
3. Run build again

What is the expected behavior?

Terminal (console) has to contain only info of the current build (since the info from the previous build was cleared)

What is the current behavior?

When I clear terminal in VScode (for example) and made build via webpack, webpack shows previous info.
Result: terminal (console) contains info from previous builds. It is checked on the several machines with Windows 10. In this case, https://github.com/geowarin/friendly-errors-webpack-plugin also doesn't work properly (it clears console, but webpack pasts previous info again). This happens only in VScode terminal. With split PowerShell, it works nice.

Does this issue occur when all extensions are disabled?: Yes

@vscodebot vscodebot bot added the terminal General terminal issues that don't fall under another label label Jul 22, 2019
@Tyriar
Copy link
Member

Tyriar commented Jul 23, 2019

/duplicate #75141

@Tyriar Tyriar closed this as completed Jul 23, 2019
@vscodebot vscodebot bot added the *duplicate Issue identified as a duplicate of another issue(s) label Jul 23, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) terminal General terminal issues that don't fall under another label
Projects
None yet
Development

No branches or pull requests

2 participants