How do I disable link previews on hover? #2384
-
I'm editing a JSON file with URLs in it. Whenever I put my mouse over a link a little window pops up and loads the page. Not only is it annoying (it's only ever in my way), previewing links is a huge security no-no. I've been searching around and I haven't yet found a way to disable this feature. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @lanephillips, to prevent the popups when hovering, add this line to the preferences file: Hope that helps. And if you run into any issues, please feel free to reach out! 😄 |
Beta Was this translation helpful? Give feedback.
Hey @lanephillips, to prevent the popups when hovering, add this line to the preferences file:
"quickview.enabled": false,
. that should do.If you need any help in editing the preferences, you can refer to this doc
Hope that helps. And if you run into any issues, please feel free to reach out! 😄