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:
parent
e70d8d4dfd
commit
8bb7a1f9e7
1 changed files with 0 additions and 12 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue