Resolve prettier config on server init

This commit is contained in:
Kirill Bulatov 2023-09-22 15:52:34 +03:00
parent d021842fa1
commit f4667cbc33
3 changed files with 39 additions and 6 deletions

View file

@ -222,6 +222,7 @@ impl Prettier {
text: buffer.text(),
options: FormatOptions {
parser,
// TODO kb is not absolute now
path,
tab_width,
},