mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-02 08:20:09 +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",
|
||||
"!vtsls",
|
||||
"!eslint"
|
||||
]
|
||||
],
|
||||
"formatter": "language_server"
|
||||
},
|
||||
"TSX": {
|
||||
"language_servers": [
|
||||
|
@ -34,7 +35,8 @@ To use the Deno Language Server with TypeScript and TSX files, you will likely w
|
|||
"!typescript-language-server",
|
||||
"!vtsls",
|
||||
"!eslint"
|
||||
]
|
||||
],
|
||||
"formatter": "language_server"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue