I’m not sure where this comes from, see image attached. How can I disable that button popping up?
Using packages:
LSP, LSP-Typescript, Volar, Vue Syntax Highlight, CSS3, Material Theme
I’m not sure where this comes from, see image attached. How can I disable that button popping up?
Using packages:
LSP, LSP-Typescript, Volar, Vue Syntax Highlight, CSS3, Material Theme
You can try
{
"disabled_capabilities": {
"documentLink": true,
},
}
in LSP-volar’s plugin settings.
You can also use the "link_highlight_style"
setting in LSP to disable those links for all language servers.