onboarding: Wire up settings import (#35366)

Closes #ISSUE

Release Notes:

- N/A *or* Added/Fixed/Improved ...
This commit is contained in:
Ben Kunkle 2025-07-30 15:09:11 -05:00 committed by GitHub
parent cdce3b3620
commit afcb8f2a3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 147 additions and 129 deletions

5
Cargo.lock generated
View file

@ -10982,12 +10982,16 @@ dependencies = [
"gpui",
"language",
"project",
"schemars",
"serde",
"settings",
"theme",
"ui",
"util",
"workspace",
"workspace-hack",
"zed_actions",
"zlog",
]
[[package]]
@ -14773,7 +14777,6 @@ dependencies = [
"notifications",
"paths",
"project",
"schemars",
"search",
"serde",
"serde_json",