Reputation: 3811
When I open my terminal in Visual Studio Code, I can't use half the buffer viewport on the screen. I am presented with half the buffer viewport for working in the terminal.
It was working until I got a message from VS Code telling me that my terminal is running slower than usual and that I can use a DOM version instead. (I can't recall the wording exactly) I chose to try it.
It worked fine for a while and then it jumped to the middle of the viewport which makes the top part unusable.
I don't know what information to give but I am running Fedora 28, VS Code 1.30.2, the experience is the same on both Integrated and External Explorer Kind terminals. I have gnome-terminal selected as my Linux Exec.
Upvotes: 2
Views: 334
Reputation: 37150
You probably ended up setting the terminal renderType to DOM.
terminal.integrated.rendererType
and make sure it is set to auto
— A more detailed explanation can be found here.
Helpful gif if I may:
Upvotes: 3