Fix more instances of JSON schema getting clobbered when attaching references (#15339)
This PR extends the fix from #15336 to more places that had the same issue. An `add_references_to_properties` helper function has been added to handle these cases uniformly. Release Notes: - N/A
This commit is contained in:
parent
8b22f09b6f
commit
1ffb34c5fc
7 changed files with 65 additions and 54 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -9645,6 +9645,7 @@ dependencies = [
|
|||
"gpui",
|
||||
"indoc",
|
||||
"lazy_static",
|
||||
"log",
|
||||
"paths",
|
||||
"pretty_assertions",
|
||||
"release_channel",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue