Install default prettier and plugins on startup
This commit is contained in:
parent
12ea12e4e7
commit
1ff17bd15d
2 changed files with 113 additions and 18 deletions
|
@ -204,10 +204,3 @@ async fn find_closest_prettier_dir(
|
|||
}
|
||||
Ok(None)
|
||||
}
|
||||
|
||||
async fn prepare_default_prettier(
|
||||
fs: Arc<dyn Fs>,
|
||||
node: Arc<dyn NodeRuntime>,
|
||||
) -> anyhow::Result<PathBuf> {
|
||||
todo!("TODO kb need to call per language that supports it, and have to use extra packages sometimes")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue