VSCODE: How to make MDN Reference link double click?

Viewed 215

When you hover over things there is a pop-up with MDN Reference and I always accidently click it hence I want to make it double click instead of single click because I don't want to remove it completely. enter image description here

1 Answers

Just go to VSCode -> Preferences -> Settings, search "editor hover disable" and enable the checkbox.

Related