Sublime Forum

Remove "Follow Link" button

#1

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

0 Likes

#2

You can try

{
    "disabled_capabilities": {
        "documentLink": true,
    },
}

in LSP-volar’s plugin settings.

0 Likes

#3

@jfcherng thanks I think this did the trick

0 Likes

#4

You can also use the "link_highlight_style" setting in LSP to disable those links for all language servers.

1 Like