Install default prettier and plugins on startup

This commit is contained in:
Kirill Bulatov 2023-09-12 14:04:18 +03:00
parent 12ea12e4e7
commit 1ff17bd15d
2 changed files with 113 additions and 18 deletions

View file

@ -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")
}