Fix plugin LSP adapter intefrace

This commit is contained in:
Kirill Bulatov 2023-08-31 15:32:24 +03:00
parent e682db7101
commit 5731ef51cd

View File

@ -70,6 +70,10 @@ impl LspAdapter for PluginLspAdapter {
LanguageServerName(name.into())
}
fn short_name(&self) -> &'static str {
"PluginLspAdapter"
}
async fn fetch_latest_server_version(
&self,
_: &dyn LspAdapterDelegate,