Prompt to save files on recent project selection (#8673)

This commit is contained in:
Kirill Bulatov 2024-03-01 18:48:06 +02:00 committed by GitHub
parent 91d1146d97
commit cdf702aeff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 184 additions and 6 deletions

4
Cargo.lock generated
View file

@ -7171,11 +7171,15 @@ dependencies = [
name = "recent_projects"
version = "0.1.0"
dependencies = [
"editor",
"fuzzy",
"gpui",
"language",
"menu",
"ordered-float 2.10.0",
"picker",
"project",
"serde_json",
"smol",
"ui",
"util",