Vscode: Unicode symbols inside integrated terminal

Created on 5 Oct 2017  路  8Comments  路  Source: microsoft/vscode

Integrated terminal fails to display \u2387 symbol if used as part of command prompt (PS1)
In 1.16 it was working.

  • VSCode Version: 1.17.0
  • OS Version: Xubuntu 16.04.3

Steps to Reproduce:

  1. modify your PS1 to display \u2387 symbol
  2. open integrated terminal to see that only first part of this symbol is displayed, the second part is just a black space
  3. if I try prinft "\u2387" from integrated terminal - it works


Reproduces without extensions: Yes

bug candidate integrated-terminal verified

Most helpful comment

Yayie!

I've patched my downloaded VS Code to have the newer xterm until then! Thanks _a lot_ for some awesome work on the terminal! ^>^

All 8 comments

@zaharcan can you provide a screenshot? This is what I see:

image

vscode

Found the issue, the character is drawn but the background isn't:

screen shot 2017-10-05 at 2 19 23 pm

Thanks for getting this figured out already... ran in to this with powerline for bash.

Pushed to release/1.17 & master (https://github.com/Microsoft/vscode/commit/c7d4aed6a45c1498520b58463601cb82925cceb0)

@Tyriar When would this be released?

Probably early next week, not 100% sure though.

Yayie!

I've patched my downloaded VS Code to have the newer xterm until then! Thanks _a lot_ for some awesome work on the terminal! ^>^

Was this page helpful?
0 / 5 - 0 ratings