I want to disable all hover popups. My Preferences.sublime-settings
has
{
"show_definitions": false
}
and LSP-typescript.sublime-settings
has
{
"disabled_capabilities": { "hover": true }
}
but I am still seeing popups on Typescript code. Does anyone know what I’m missing? Thanks!