Expose more errors from rust-analyzer on invalid Cargo.toml contents (#8356)
Release Notes: - Fixed ([#7574](https://github.com/zed-industries/zed/issues/7574)).
This commit is contained in:
parent
0903062933
commit
6fcd57ac53
3 changed files with 74 additions and 1 deletions
|
@ -213,6 +213,7 @@ impl Render for LanguageServerPrompt {
|
|||
.id("language_server_prompt_notification")
|
||||
.elevation_3(cx)
|
||||
.items_start()
|
||||
.justify_between()
|
||||
.p_2()
|
||||
.gap_2()
|
||||
.w_full()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue