Files
oak-gpui/docs/src/languages
William Villeneuve 463c16a402 Allow users to configure ESLint's problems settings (#9981)
Presently the only available setting under `problems` is
`shortenToSingleLine`, which defaults to `false`.

Example Zed `settings.json` to shorten eslint error squiggles to only
show on the first line of the problem:
```json
{
    "lsp": {
        "eslint": {
            "settings": {
                "problems": {
                    "shortenToSingleLine": true
                }
            }
        }
    }
}
```


Release Notes:

- Added support for configuring ESLint `problems` settings, ie. `{"lsp":
{"eslint": {"settings": {"problems": {"shortenToSingleLine": true}}}}}`

Demo:



https://github.com/zed-industries/zed/assets/2072378/379faa75-1f37-4fd1-85da-1510f1397d07
2024-04-03 09:29:07 +02:00
..
2024-02-12 10:10:40 -08:00
2024-02-21 13:21:22 -05:00
2024-02-21 13:21:22 -05:00
2024-02-10 10:26:39 -08:00
2024-01-30 21:08:10 +02:00
2024-02-14 10:30:30 -08:00
2024-01-31 12:34:31 -05:00
2024-02-22 11:40:49 +02:00
2024-02-21 13:21:22 -05:00
2024-01-31 12:34:31 -05:00
2024-04-01 12:02:58 +03:00
2024-04-01 12:02:58 +03:00