Stub out for language plugin

This commit is contained in:
Julia 2023-06-28 17:06:50 -04:00
parent 48bed2ee03
commit 2ed0284d49

View file

@ -130,6 +130,14 @@ impl LspAdapter for PluginLspAdapter {
.await .await
} }
fn can_be_reinstalled(&self) -> bool {
false
}
async fn installation_test_binary(&self, _: PathBuf) -> Option<LanguageServerBinary> {
None
}
async fn initialization_options(&self) -> Option<serde_json::Value> { async fn initialization_options(&self) -> Option<serde_json::Value> {
let string: String = self let string: String = self
.runtime .runtime