Draft local and remote prettier separation

This commit is contained in:
Kirill Bulatov 2023-09-26 01:53:28 +03:00
parent 6c1c7eaf75
commit faf1d38a6d
7 changed files with 332 additions and 140 deletions

View file

@ -7,6 +7,7 @@ edition = "2021"
path = "src/prettier.rs"
[dependencies]
client = { path = "../client" }
collections = { path = "../collections"}
language = { path = "../language" }
gpui = { path = "../gpui" }