Files
oak-gpui/crates
Flo d6492d091d Implement workspace_configuration for Dart LSP (#8568)
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)).
2024-03-01 10:22:43 +01:00
..
2024-02-28 19:23:36 -07:00
2024-02-26 22:15:11 -07:00
2024-02-26 22:15:11 -07:00
2024-02-22 22:28:08 -05:00
2024-02-28 19:23:36 -07:00
2024-02-28 19:23:36 -07:00
2024-01-29 23:47:20 -05:00
2024-02-27 14:29:27 -07:00
2024-02-27 20:41:49 +02:00
2024-02-27 21:36:12 -07:00
2024-02-28 19:23:36 -07:00