mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-08 19:43:11 +00:00
docs: Document usage of deno fmt (#17918)
Clarify in the settings description that the default formatter leverages `deno fmt`. This makes it clearer for users what to expect and how formatting is handled out of the box. Co-authored-by: Peter Tripp <peter@zed.dev>
This commit is contained in:
parent
103f757c11
commit
4139a9a758
1 changed files with 4 additions and 2 deletions
|
@ -26,7 +26,8 @@ To use the Deno Language Server with TypeScript and TSX files, you will likely w
|
||||||
"!typescript-language-server",
|
"!typescript-language-server",
|
||||||
"!vtsls",
|
"!vtsls",
|
||||||
"!eslint"
|
"!eslint"
|
||||||
]
|
],
|
||||||
|
"formatter": "language_server"
|
||||||
},
|
},
|
||||||
"TSX": {
|
"TSX": {
|
||||||
"language_servers": [
|
"language_servers": [
|
||||||
|
@ -34,7 +35,8 @@ To use the Deno Language Server with TypeScript and TSX files, you will likely w
|
||||||
"!typescript-language-server",
|
"!typescript-language-server",
|
||||||
"!vtsls",
|
"!vtsls",
|
||||||
"!eslint"
|
"!eslint"
|
||||||
]
|
],
|
||||||
|
"formatter": "language_server"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue