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

Terminal strange background color #69309

Closed
farebord opened this issue Feb 24, 2019 · 10 comments
Closed

Terminal strange background color #69309

farebord opened this issue Feb 24, 2019 · 10 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) info-needed Issue requires more information from poster terminal Integrated terminal issues

Comments

@farebord
Copy link

farebord commented Feb 24, 2019

  • VSCode Version: 1.31.1
  • OS Version: Windows 10

Steps to Reproduce:

  1. Open VSCode.
  2. Toggle view on the terminal.

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

How does it look?
image

I've tried using terminal.background under customization to see if that was the problem. It wasn't.

My current user config:

{
    "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
    "git.autofetch": true,
    "window.titleBarStyle": "custom",
    "window.zoomLevel": 1,
    "php.validate.executablePath": "C:\\xampp\\php\\php.exe",
    "explorer.confirmDelete": false,
    "python.linting.enabled": false,
    "python.linting.flake8Enabled": true,
    "workbench.colorTheme": "Visual Studio Dark"
}

Edit: Apparently the terminal changes color and go even brighter after some usage.

@vscodebot vscodebot bot added the terminal Integrated terminal issues label Feb 24, 2019
@Tyriar
Copy link
Member

Tyriar commented Feb 26, 2019

I can't reproduce, what happens with different themes? Does it work if you switch themes and go back?

@Tyriar Tyriar added the info-needed Issue requires more information from poster label Feb 26, 2019
@farebord
Copy link
Author

farebord commented Feb 26, 2019

Nop. Its the same for all themes except Light version. I've tried running withoud extensions and reinstalling it.

@Tyriar
Copy link
Member

Tyriar commented Mar 1, 2019

@farebord Have you customized the background color or other colors inside cmd.exe or powershell.exe? #68865 (comment)

@farebord
Copy link
Author

farebord commented Mar 1, 2019

@farebord Have you customized the background color or other colors inside cmd.exe or powershell.exe? #68865 (comment)

Nop. Btw I use cmd.exe without any changes on the background color.

@Tyriar
Copy link
Member

Tyriar commented Mar 2, 2019

Unfortunately we probably can't action this, however in the next version of Windows 10 (190*) we are moving over to a new backend which should fix most issues like this.

/duplicate #45693

@Tyriar Tyriar closed this as completed Mar 2, 2019
@vscodebot vscodebot bot added the *duplicate Issue identified as a duplicate of another issue(s) label Mar 2, 2019
@farebord
Copy link
Author

farebord commented Mar 8, 2019

@Tyriar this issue is fix when change "terminal.integrated.rendererType": "canvas" to "terminal.integrated.rendererType": "dom".

Hope that helps you find the bug. I'm out.

@Tyriar
Copy link
Member

Tyriar commented Mar 8, 2019

@farebord it's interesting that's the fix. I'll keep a lookout for other reports, thanks.

@stephendeo
Copy link

stephendeo commented Mar 9, 2019

@farebord this was driving me nuts! thanks for the fix

@dylanparry
Copy link

@Tyriar I get the same issue in Ubuntu. The solution above fixes it for me too.

@vscodebot vscodebot bot locked and limited conversation to collaborators Apr 16, 2019
@Tyriar
Copy link
Member

Tyriar commented Apr 29, 2019

If anyone can still reproduce this I need better steps and a setting.json file to try reproduce myself, please comment in #71568 to help out 🙂

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) info-needed Issue requires more information from poster terminal Integrated terminal issues
Projects
None yet
Development

No branches or pull requests

4 participants