Revert "Merge pull request #1359 from zed-industries/plugin-json-enable"
This reverts commit94b443a704
, reversing changes made to285832e810
.
This commit is contained in:
parent
142a019ada
commit
815ce22fb7
3 changed files with 110 additions and 6 deletions
|
@ -9,6 +9,7 @@ use plugin_runtime::{Plugin, PluginBinary, PluginBuilder, WasiFn};
|
|||
use std::{any::Any, path::PathBuf, sync::Arc};
|
||||
use util::ResultExt;
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub async fn new_json(executor: Arc<Background>) -> Result<PluginLspAdapter> {
|
||||
let plugin = PluginBuilder::new_default()?
|
||||
.host_function_async("command", |command: String| async move {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue