Vscode: Default terminal attribute messes up after a reset

Created on 6 Jun 2019  路  4Comments  路  Source: microsoft/vscode

After using the "reset" command in the terminal all the fonts are in bold, even in the new terminals

Before reset
After reset

bug candidate integrated-terminal

Most helpful comment

Fixed in release/1.35, this is coming in 1.35.1.

To verify:

  1. On mac/linux open a terminal
  2. Setup a $PS1 prompt variable with color if you haven't yet
  3. Run reset
  4. Type in some text and make sure the color is fine
  5. Create a new terminal and make sure the color is fine

All 4 comments

Thanks for the report, created an upstream issue https://github.com/xtermjs/xterm.js/issues/2196

@Tyriar is this fix likely to make it into a May Recovery build? It's making the integrated terminal pretty much unusable after any executing command outputting colors.

@adelphes yes. Also it should be fixed in Insiders today if you want to verify it.

Fixed in release/1.35, this is coming in 1.35.1.

To verify:

  1. On mac/linux open a terminal
  2. Setup a $PS1 prompt variable with color if you haven't yet
  3. Run reset
  4. Type in some text and make sure the color is fine
  5. Create a new terminal and make sure the color is fine
Was this page helpful?
0 / 5 - 0 ratings