mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
463c16a402
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 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-GPL |