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

Wierd display in Integrated Terminal with webpack-dashboard in latest version #54460

Closed
ChuckJonas opened this issue Jul 17, 2018 · 3 comments
Closed
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) terminal General terminal issues that don't fall under another label

Comments

@ChuckJonas
Copy link

ChuckJonas commented Jul 17, 2018

  • VSCode Version: Version 1.25.0 (1.25.0)
  • OS Version: 10.12.6

I've been using webpack-dashboard in the integrated terminal for a while now without issues (well, without much issue; but that's another... "issue"). However, since the latest release, the lines are no longer displaying nice. Instead I'm seeing characters show up in their place.

settings_json_ _contract-summary_and_realself--staging___salesforce_-_unlimited_edition

Searching the issues for webpack-dashboard, it seems like this might be an encoding issue. I've tried setting env vars in the user settings like so "terminal.integrated.env.osx": {"LC_ALL":"en_US.UTF-8", "LANG":"en_US.UTF-8"}, to try and force it to utf-8, but it doesn't seem to work.

Steps to Reproduce:

  1. open a project with webpack-dashboard configured
  2. open integrated termina
  3. run webpack dashboard

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

@vscodebot vscodebot bot added the terminal General terminal issues that don't fall under another label label Jul 17, 2018
@darotar
Copy link

darotar commented Jul 17, 2018

Hello

I made experiment with it

When i am trying to work with 'blessed' npm module and doing something like:

image
All is normal

But, when I want to declare border.fg like "green" - all is bad

In "webpack-dashboard", "green" is default value for border.fg, so, I guess , this is a problem

@darotar
Copy link

darotar commented Jul 17, 2018

In development version that's not reproducing

@Tyriar
Copy link
Member

Tyriar commented Jul 17, 2018

This is fixed in master #53769

Add this to settings for workaround:

"terminal.integrated.experimentalTextureCachingStrategy": "dynamic"

@Tyriar Tyriar closed this as completed Jul 17, 2018
@Tyriar Tyriar added the *duplicate Issue identified as a duplicate of another issue(s) label Jul 17, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Aug 31, 2018
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

3 participants