-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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 on Windows 7 does not show any text #43169
Comments
i also have this problem |
Does it show when you toggle the terminal (ctrl+`, ctrl+`) or zoom in and out (ctrl++, ctrl+-)? |
Also are there any errors in the devtools console (Help > Toggler Developer Tools) |
@Tyriar I can use these shortcuts to toggle the terminal or zoom in and out. Devtools have no error, there are a warning:
|
mark! |
mark |
revert to last version,reinstall 1.19.2
|
After disabling these extensions. 3.The problem disapperred for one day(I did nothing) . But it(the problem) appear again today(I did nothing), 版本 1.20.0 |
Seems like a System Permissions issue. |
@woshiguabi not the case for me. Even running as admin still doesn't fix it. (On insiders anyway) Okay so, disabling compatibility mode seems to fix it, regardless of if |
@bitcrazed FYI, this might be another Windows regression |
@woshiguabi good, thank you |
Been noticing this as well. It's weird though because the terminal will work fine for a bit and I can run node commands, ionic commands, etc. I'll minimize code or drag to a new window and terminal disappears. I can get it back by clicking the garbage can and re-opening the terminal with Ctrl+J |
This is really difficult to track down without a repro. If anyone has specific repro steps, please share. Thanks. |
Add this to your settings.json
|
Wonder if this is related to to the issue. I recently started experiencing an empty terminal on win 10, while pressing enter reveals the prompt. I've noticed that there is a vertical scroll bar. If I make the terminal window large/tall enough(half my screen) then a new terminal shows the prompts as expected without a scroll bar. Not a show stopper, wondering if the experience is similar/repeatable for anyone here. |
I have the same problem. My VS Code: 1.30.2 (user setup).
How long to wait this next version? |
版本: 1.31.0 (system setup) this version not fix |
I am on windows 1809 17763.316 The bug is still here. Will preview versions solve this ? |
I think I found a temporary solution! Before:After:System InfoWindows 10 1809 VSCode InfoVersion: 1.33.1 (user setup) |
@yw662 I am on v 1809 17763.437 and I have the problem. Both on CMD and Bash (ubuntu 18.04 WSL). @leslieeilsel - I tried your suggestion and it cause the cmd prompt to crash (Bash is my default). |
@devsetgo It seems that this is not a universal solution, let us wait for the official fix. |
Also check the terminal.integrated.cwd setting. I moved computers (from Windows 7 to Windows 10, drives C: and D: to only C:) and terminal stopped working. At first it would exit with code 2, then when I updated today, it would start and freeze with just a white square. It turns out that my terminal.integrated.cwd setting was set to a folder on D drive, which no longer existed. Changing to to a folder that does exist fixed Terminal. |
Thanks! This really works! |
@Technoblazed This worked for me, thank you! @Tyriar, thank you for marking my ticket as duplicate so I could find this thread and devise a Workaround until this is fixed. |
ok, I see you are all in windows system. And I have the same question in ubuntu16.04. And when I meet the problem, it can be recovered after reboot the vscode. But it will appear some times later. It is so terrible. Anyone know how to solve it, please tell me. thanks a lot. |
^ see if you can access the Properties for Visual Studio Code -> then search through those settings looking for Compatibility options -> Ensure that Visual Studio Code can run as an Administrator, but everything else should be toggled/turn-ed Off. See if that helps. |
There are no plans to invest further in Windows 7 support and the backend that we use for it (winpty), looking forward from Windows 10 1903 we use conpty which is a terminal backend provided by the same team that builds Windows Terminal so we can action such requests much easier. If you're on WIndows 10 and having issues you're probably seeing #73790 and should uncheck use legacy console in conhost's properties. |
This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that are not going to be addressed in the foreseeable future: We look at the number of votes the issue has received and the number of duplicate issues filed. More details here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider. If you wonder what we are up to, please see our roadmap and issue reporting guidelines. Thanks for your understanding and happy coding! |
Steps to Reproduce:
1.When I use ctrl+~ open the terminal, can't input anything in the terminal
2.And I also find when I right-click a folder, the option [open in the terminal ] is instead of [open in the cmd], but my
"terminal.integrated.shell.window
has been config to powershell.exe3.It happened after I updated to the latest version.
4.It cannot be solved after restarting the system or vscode.
5.The powershell outside is working normally.
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: