Integrated Terminal displays black blocks obscuring text (GPU acceleration & extensions disabled) #3054
Replies: 2 comments 1 reply
-
|
Hi @gaowqspace, It seems you are facing this issue: microsoft/vscode#312087. I would suggest you to upvote and subscribe, so you will be notified when fixed/workarounds. BTW, in the future, if you are facing issues with VS Code usage, please report it directly to the VS Code repo https://github.com/microsoft/vscode/issues/, once this discussions repo is intended for extension development only, for now. Hope this helps |
Beta Was this translation helpful? Give feedback.
-
|
Faced the same issue, disabling Terminal GPU Acceleration fixed it right away: https://learn.microsoft.com/en-us/answers/questions/5643467/my-vs-code-integrated-terminal-is-completely-blank |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I am experiencing a persistent rendering issue in the VS Code integrated terminal. Solid black rectangular blocks randomly cover specific text output (for example, obscuring my command inputs like
npm run dev).I have already tried the standard troubleshooting steps, but the issue persists.
What I have tried so far (None of these worked):
terminal.integrated.gpuAccelerationtooffandcanvas.argv.json("disable-hardware-acceleration": true).terminal.integrated.shellIntegration.enabled.code --disable-extensions).Environment:
Screenshot:

Has anyone encountered a similar bug or knows of a deeper workaround? Any pointers would be greatly appreciated! Thanks.
Beta Was this translation helpful? Give feedback.
All reactions