zed/crates/extensions_ui/src
Marshall Bowers c851e6edba
Add language_server_workspace_configuration to extension API (#10212)
This PR adds the ability for extensions to implement
`language_server_workspace_configuration` to provide workspace
configuration to the language server.

We've used the Dart extension as a motivating example for this, pulling
it out into an extension in the process.

Release Notes:

- Removed built-in support for Dart, in favor of making it available as
an extension. The Dart extension will be suggested for download when you
open a `.dart` file.

---------

Co-authored-by: Max <max@zed.dev>
Co-authored-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
2024-04-05 17:04:07 -04:00
..
components Add a command for building and installing a locally-developed Zed extension (#8781) 2024-03-06 15:35:22 -08:00
components.rs Add a command for building and installing a locally-developed Zed extension (#8781) 2024-03-06 15:35:22 -08:00
extension_suggest.rs Add language_server_workspace_configuration to extension API (#10212) 2024-04-05 17:04:07 -04:00
extension_version_selector.rs Extract SemanticVersion into its own crate (#9956) 2024-03-29 12:11:57 -04:00
extensions_ui.rs Use "install" to refer to extension installation process (#10049) 2024-04-01 15:27:03 -07:00