docs: Add copywriting and design tweaks (#17514)

Follow up to https://github.com/zed-industries/zed/pull/17505. This one
contains a bit more copywriting adjustments. Figured we were using the
"You can do x..." sentence shape quite frequently, so tried to kickstart
reducing that slightly. There are also more images not loading in
complement to the one I removed, but I'm not fully sure why that's the
case.

--- 

Release Notes:

- N/A
This commit is contained in:
Danilo Leal
2024-09-06 15:57:14 -03:00
committed by GitHub
parent 0b17c72f4e
commit 986e0113e5
7 changed files with 29 additions and 28 deletions
+2 -4
View File
@@ -46,7 +46,7 @@ Prettier will also be used for TypeScript files by default. To disable this:
## Large projects
`vtsls` may run out of memory on very large projects. We default the limit to 8092 (8 GiB) vs the default of 3072 but this may not be sufficient for you:
`vtsls` may run out of memory on very large projects. We default the limit to 8092 (8 GiB) vs. the default of 3072 but this may not be sufficient for you:
```json
{
@@ -66,7 +66,7 @@ Prettier will also be used for TypeScript files by default. To disable this:
## Inlay Hints
Zed sets the following initialization options to make the language server send back inlay hints
(when Zed has inlay hints enabled in the settings).
(that is, when Zed has inlay hints enabled in the settings).
You can override these settings in your configuration file:
@@ -89,8 +89,6 @@ You can override these settings in your configuration file:
}
```
to override these settings.
See [typescript-language-server inlayhints documentation](https://github.com/typescript-language-server/typescript-language-server?tab=readme-ov-file#inlay-hints-textdocumentinlayhint) for more information.
## See also