mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-28 13:18:04 +00:00
d6492d091d
This PR addressed https://github.com/zed-industries/zed/issues/8558 and allows the [Dart Client Workspace Configuration](https://github.com/dart-lang/sdk/blob/main/pkg/analysis_server/tool/lsp_spec/README.md#client-workspace-configuration). Differing from the issue, the settings are used from the LSP settings section, example: ``` { "lsp": { "dart": { "settings": { "lineLength": 200 } } } } ``` Note: this only works for the global settings (not folder specific) Release Notes: - Fixed missing client workspace configuration of Dart LSP. Those can now be configured by setting `{"lsp": {"dart": { "settings: { "your-settings-here": "here"} } }` in the Zed settings. ([#8858](https://github.com/zed-industries/zed/issues/8558)). |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-GPL |