Console output appends space after every character

This is something that just started happening after I upgraded to 2021.1.1.  Right when I run the program, there's a space after each character in the output.  Super annoying!  Anyone know how to fix?  The below is an Azure Function, but same behavior in a normal .NET Core console app.

1
14 comments

Heh, looks like the "Terminal" tab has the same issue:

1

Hi,

Please share screenshots of the settings pages: 

Preferences | Editor | Color Scheme | Console Font

Preferences | Editor | Color Scheme | Color Scheme Font

Preferences | Editor | Font

0

Editor -> Font

Color Scheme -> Color Scheme Font

Color Scheme -> Console Font

0

Unchecking "Use console font instead of the default" fixes the problem.  However, now the terminal doesn't look as nice as it did before.  I haven't changed these settings, so guessing it's a new bug introduced with 2021.1.x?

0

Experiencing the same issue, however the checkbox "Use console font instead of the default" was already unchecked for me, and toggling it doesn't change anything...

Currently stuck using a terminal in a separate window.

2

For me changing the font used in the console / terminal seems to fix the issue. Or rather it works around the issue. It seems to me that the "Consolas" font is somehow botched as changing back to the font doesn't do some kindof reset which I was hoping, and instead just shows what the first screeshot in this thread shows.

0

It is a few years later, but this issue has come up again. 
I have Noto Sans (a proportional font) as my editor font and JetBrains Mono as my console font.

Debug output looks OK:
 

Console looks spacey:

 


As does terminal:

 


Settings:

 

0
Hello,

Would you mind verifying if the issue persists in Rider 2024.2 EAP 3? (https://www.jetbrains.com/rider/nextversion/).
We recently introduced a fix for a similar issue: https://youtrack.jetbrains.com/issue/IJPL-36999

Please let me know the results.
Have a nice day!
0
Also, please tell me, do you use Settings Sync?
0

 

I just updated to Rider 2025.2 `Build #RD-252.23892.524, built on August 12, 2025` and it introduced this issue

terminal settings

Color Scheme → Color Shceme Font

Editor → Font (This might be the cause of my issue. Did the Font location lookup change?)

0

Hello, 

I have tried to install Cascadia Code font in my environment but unable to reproduce the issue. Could you try to re-install this front on your computer, then restart Rider? If the issue persists, please provide the information below:

  • Screenshot of the issue. 
  • Collect Rider logs via Help | Collect Logs and Diagnostic Data;
  • Does the issue happen right after upgrading to 2025.2? What is the previous version that works for you? 

You can upload the files to our server (https://uploads.jetbrains.com/) and share the ID.

Thanks,

Tom

0

Tom Luo 

I had to close Rider Re-install Cascadia code (I got the prompt that it was already installed and I just overwrote it anyway) and re-opened Rider. After doing that, Rider was able to detect Cascadia code and the terminal looks like it did before the update now.

1

Please sign in to leave a comment.