You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to turn off those hover boxes that keep popping up where I've got my mouse. They are constantly "underfoot" and preventing me from being able to either follow the text with my cursor to read it (an ADHD coping mechanism) or from selecting it (because my mouse is faster than my not-terribly sensitive arrow keys).
Use case: I'm trying to edit this custom trader summon command from one highly customized trade item to the item below it, which is from a give code. I need to be able to see both sections of text clearly in order to make sure I transfer all the data without messing up the format. It would be nice to be able to switch the popups on and off freely, but if I can only have one option, I'd rather it be off!
According to this wiki, I can turn that off in settings, but there are no such settings for this extension.
According to this documentation, I am supposed to create a spyglass.json file at the root of my workspace, but I cannot create files at the root of my workspace, only within folders added to the workspace.
Regardless, I attempted to put a spyglass.json in the first folder in my workspace, with relevant contents copied straight from the example shown on the documentation page.
{"env": {"feature": { "hover": false }}}
However, this didn't work. I even tried changing the first thing to "datapack" to match the first wiki page's "datapack.feature.hover" address.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to turn off those hover boxes that keep popping up where I've got my mouse. They are constantly "underfoot" and preventing me from being able to either follow the text with my cursor to read it (an ADHD coping mechanism) or from selecting it (because my mouse is faster than my not-terribly sensitive arrow keys).
Use case: I'm trying to edit this custom trader summon command from one highly customized trade item to the item below it, which is from a give code. I need to be able to see both sections of text clearly in order to make sure I transfer all the data without messing up the format. It would be nice to be able to switch the popups on and off freely, but if I can only have one option, I'd rather it be off!
According to this wiki, I can turn that off in settings, but there are no such settings for this extension.
According to this documentation, I am supposed to create a spyglass.json file at the root of my workspace, but I cannot create files at the root of my workspace, only within folders added to the workspace.
Regardless, I attempted to put a spyglass.json in the first folder in my workspace, with relevant contents copied straight from the example shown on the documentation page.
{"env": {"feature": { "hover": false }}}
However, this didn't work. I even tried changing the first thing to "datapack" to match the first wiki page's "datapack.feature.hover" address.
{"datapack": {"feature": { "hover": false }}}
It didn't work either.
How on earth do I turn off hover boxes??
Beta Was this translation helpful? Give feedback.
All reactions