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:
iugo 2024-09-17 21:23:48 +08:00 committed by GitHub
parent 103f757c11
commit 4139a9a758
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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