-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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: broken text layout #19665
Comments
What's in your settings.json file and was there any errors in the dev tools console? |
There were no errors in the console. My settings.json file:
|
I have the same issue, when using Below is my configuration:
|
I've noticed that both @waderyan and me are running Windows 10 preview 15019. Below is the configuration of my other machine where I could not reproduce the bug
Hope it helps |
I'm able to reproduce it on another pc with windows 15019 |
This could be related to the terminal not printing unicode characters correctly #19763? If you can reproduce what locale are you using? Could you also post a screenshot of VS Code terminal bad output via good output in cmd? |
Do you see the problem only after resizing? Maybe related to #8336 |
The one in the last image yes. |
I've tried on my other pc, that has a screen of 1600x900px and the behavior is the same, above about 1200px the terminal has problems. |
I've updated on v1.9.1 and the issue is still there. |
Update: I'm still having the problem with latest VSCode insider (2017-02-10T07:10:40.518Z) & latest Windows 10 insider build (15031). |
@fess932 @asvetliakov are you both using win 10 preview like me and @warpdesign ? |
@CaselIT Yes. This problem is only in win 10 preview? |
It appears to be from the people on this issue. Also I've tries using same vscode version and the same terminal command and on the preview I have the problem while on the normal win10 version I have not. |
Sadly I have them also using cmd. |
@Tyriar What's the status of this bug? Do you need more information? It really makes the terminal difficult to use since most commands will break the output like this. It seems to happen only in insider builds but the final "Creators Update" update is supposed to be released in a few weeks only. |
@warpdesign I haven't been able to repro, if it's related to Insiders then that's the reason. @miniksa @bitcrazed any idea what this could be related to? It only appears to happen on Window Insiders. |
Hi all VS Code terminal now works well on my machine with Windows10 15063.332 VS Code Version 1.13.0-insider |
KB4020102 partially fixed issue for me. Windows 10 RUS: Locale in all cases is ru-RU, only windows gui language is different. upd: |
@emeryao @AndreiGorlov when will this update be shipped on Windows 10? I'm afraid to install it manually. UPD: Just go to Settings -> Updates -> Check Updates. It will come immediately. Now works very good. |
yes update KB4020102 also fixed it for me but I couldn't install it at the first time. You have to drive through a real microsoft experience 💃 https://www.drivereasy.com/knowledge/windows-update-error-0x80248007-in-windows-10/ |
OK, MSFT:10187355 like I mentioned way up above in this thread transformed into MSFT:11721571 and was packaged as a part of the KB4020102 update yesterday as some of you have already discovered. The fix included in the KB repaired some of the API calls to retrieve console buffer output to match their "Legacy console" or v1 behaviors. Hopefully this resolves some of the issues you all are experiencing. For a bit of insight as to why this is such an enormously complicated problem and why it took a while to fix, you can check out rprichard/winpty#105 (comment). |
Similar issue that was fixed in Jest: jestjs/jest#3626 |
KB4020102 fixed it for me, thanks. |
KB4020102 fixed it for me, thanks +1 |
I have been concerned about this issue for a long time. This afternoon I updated new VS Code Version and I found intergrated terminal is OK . Is this issue fixed by VS Code team or OS update (KB4020102 ) ? |
@BetaMee the issue was caused by the Windows Creators Update and fixed in KB4020102 (see #19665 (comment)) |
Reports of this issue have slowed down significantly so I'm assuming that means most people have received the Windows patch and all is well. Thanks @miniksa for handling this 😃 If you are still experiencing this issue, please make sure you fully update Windows 10 before reaching out to us. |
Steps to Reproduce:
Here is what I got in VSCode integrated terminal:
Note that the first time I ran it, the layout of the prompt was also broken, instead of the cursor directly following the prompt, like:
I was having:
(and I could not move the cursor more on the left)
The text was updated successfully, but these errors were encountered: