Not sure if its a package or what.
Thank you
More information needed:
Sublime version.
Packages installed.
How did you get to this?
Sublime version = Build 4200
Packges installed = LSP, LSP-json, LSP-pyright, LSP-Ruff, Package Control, PackageDevf, Python 3, python-black, Sublime_lib, Terminus.
How did you get to this = I don’t remember. I think I have pacages installed that i don’t need or work against one another…
Thank you
Is there anyway to disable? I’m guessing no otherwise it would have been mentioned…
Thank you for the reply
add this to your LSP settings
{
"disabled_capabilities": { "hoverProvider": true }
}