diff --git a/lapce-proxy/src/lsp.rs b/lapce-proxy/src/lsp.rs index 4809c1d7..7f10807d 100644 --- a/lapce-proxy/src/lsp.rs +++ b/lapce-proxy/src/lsp.rs @@ -1268,6 +1268,9 @@ pub fn send_initialize(&self, root_uri: Option, on_init: CB) ..Default::default() }), type_definition: Some(GotoCapability { + // Note: This is explicitly specified rather than left to the Default because + // of a bug in lsp-types https://github.com/gluon-lang/lsp-types/pull/244 + link_support: Some(false), ..Default::default() }), ..Default::default()