suggested extensions (#9526)

Follow-up from #9138

Release Notes:

- Adds suggested extensions for some filetypes
([#7096](https://github.com/zed-industries/zed/issues/7096)).

---------

Co-authored-by: Felix Zeller <felixazeller@gmail.com>
This commit is contained in:
Conrad Irwin 2024-03-19 10:06:01 -06:00 committed by GitHub
parent 7573f35e8e
commit d6b7f14b51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 318 additions and 37 deletions

4
Cargo.lock generated
View file

@ -3538,10 +3538,14 @@ version = "0.1.0"
dependencies = [
"anyhow",
"client",
"db",
"editor",
"extension",
"fuzzy",
"gpui",
"language",
"project",
"serde",
"settings",
"smallvec",
"theme",