Bash terminal not allowing typing - visual-studio-code

I am attempting to use the integrated terminal within VS Code on a Windows 10 box with the bash terminal. I have been using this same setup since March, but now it all of a sudden will not allow me to type anything in the terminal. When I start VS Code the terminal opens, but with the screen scrolled all the way down, if I scroll up I can see the command prompt. If I try to type it just scrolls back to the bottom again and doesn't type the characters. Has anyone seen this before?
Visual Studio Code 1.47.1
Git Version 2.27.0-64-bit
I have been using Git Bash while this isn't working without issue.

Related

VS_Code : Shell Integration Failed To Activate

When i hover on my vscode terminal name: (in terminal's upper right corner named "Powershell")
it shows : shell intergartion failed to activate,
how to solve this error, while
I tried installing vs code again but still no change, and also installed powershell 7
There are a few potential solutions for this issue.
Make sure that you have the latest version of VS Code and the Shell Integrate extension installed.
Check that the integrated terminal in VS Code is set to the shell you want to use (e.g. PowerShell, Command Prompt, Bash).
Try running VS Code as an administrator.
If you are using Windows, try adding the path of the shell you want to use (e.g. C:\Windows\System32\bash.exe) to the "terminal.integrated.shell.windows" setting in your VS Code settings.
You can also try reinstalling vscode and the extension.
If none of the above solutions work, you can try searching for specific error messages in the output panel of vscode or in the output of the terminal.

VSCode Python terminal output disappears

The terminal output just disappears. A few days ago VSCode started to show this weird behaivor when trying to run a Python code. However, running the code directly from the terminal seems to be okay. Does someone know why this is happening? As far as I know both output should be the same.
I have been using a VSCode for a while and am familiar with VSCode settings and set all to default except for the Default Profile: Command Prompt.
Image 1: Running with the play button
Image 2: Running with the terminal command

VSCode on Linux Mint, integrated terminal not able to type anything

Hi I'm running Linux Mint 19 and I have just installed vscode using the snapd package manager. I've not used vscode on linux before as my usual editor is emacs. However, on a fresh new install of vscode, the integrated terminal does not work, there is just a non blinking cursor in the top left of the screen, but no prompt and no keyboard strokes are registering. This appears to be a common problem as there are a lot of posts about it if googled, but they are all for Windows versions and none of the solutions that I'm able to try do anything. I've tried to open a new terminal window, but the same thing happens I just get two terminal windows that I now cannot use. I've also tried checking the box that says Code-runner: Run In Terminal, but that does nothing either. What can I do to get this to work please, I looks to me like it is just not connected to either a bash or Zsh(which I normally use). Any help on this would be appreciated.
Instead of starting vscode with its default shell script (usually located on /usr/share/code/bin/code), the integrated terminal only works for me when starting it directly from the compiled binary (typically found on /usr/share/code/code, which is the same as the launcher created by the installer:
/usr/share/code/code --no-sandbox --unity-launch %F
While I searched for a solution in the past I've also noticed that lots of folks solved similar problems just by adding --disable-gpu flag, so might be worth checking out as well.

Vs code terminal is blank and I can' t type in it

I have this problem with my terminal: when I open it, it shows me a blank terminal and I can't even see the cursor. The windows is opening correctly and there is no error, but I can' type anything in the terminal.
Vs code version is 1.42.0
Also, I tried the compatibilty with Windows is set off
Here you can see what I'm talking about:
screenshot of terminal

Why is the VS Code terminal adding cr-lf characters to the initial prompt?

I just installed Win 10 1809 on my Dell PC, and it seems to run okay. But now there is a problem with the terminal. After the 1809 install, the first thing I did was start up VS Code. I wanted to run yarn start for my React project, but I had to type it way down in the terminal window, while the prompt was at the top. The screen clip below shows the terminal display after I enter "yarn start". The typed input shows up way down from the initial prompt, and the blank area is a long string of "0D0A" characters. Can this be fixed? I did uninstall and reinstall VSCode, but no fix.
In the screen grab shown above, you can see the space that is filled with "0D0A" characters.