How to disable shell details hover in terminal panel

In the terminal panel, when you hover the names of the terminals, like “node”, “bash”, etc, it causes a big tooltip window with shell details to popup.

How do you turn off the hover for this? I’ve searched in the shortcuts for this setting and can’t find it.

I would like to know how to do this as well.

Hey guys I found a fix cause this was annoying me real bad, felt like playing an fps game trying to click fast between my frontend and backend servers before it blocked it when I had cursor in a half screen view lmao;

Go to: File > Preferences > VS Code Settings

In this “Settings” window just type in “workbench.hover.delay” and set it higher to like 2000ms (2 seconds). For some reason it is at 250ms by default.

1 Like