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:
Zephaniah Ong 2024-03-02 16:07:25 +08:00 committed by GitHub
parent 0903062933
commit 6fcd57ac53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 74 additions and 1 deletions

View file

@ -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()