Remove linked_edits issue description from Elm doc (#29350)

The known issue with `linked_edits` seems to be fixed in this PR:
https://github.com/elm-tooling/elm-language-server/pull/1364. This PR
removes the section from Zeds documentation to avoid confusion.

Release Notes:

- Remove known issues section from Elm documentation.
This commit is contained in:
Vojtěch Hořánek 2025-04-24 16:54:12 +02:00 committed by GitHub
parent e70d8d4dfd
commit 8bb7a1f9e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,15 +38,3 @@ Elm language server can be configured in your `settings.json`, e.g.:
```
`elm-format`, `elm-review` and `elm` need to be installed and made available in the environment or configured in the settings. See the [full list of server settings here](https://github.com/elm-tooling/elm-language-server?tab=readme-ov-file#server-settings).
## Known Issues
There is an [upstream issue](https://github.com/elm-tooling/elm-language-server/issues/1311) with `elm-language-server` incorrectly supporting `linked_edits`. It is recommend you disable that feature in your Zed settings.json with:
```
"languages": {
"Elm": {
"linked_edits": false
}
}
```