In the status bar, show the diagnostic under the cursor
This commit is contained in:
parent
941d935c4a
commit
8b5089c759
5 changed files with 95 additions and 3 deletions
|
@ -95,6 +95,10 @@ pub struct StatusBar {
|
|||
pub container: ContainerStyle,
|
||||
pub height: f32,
|
||||
pub cursor_position: TextStyle,
|
||||
pub diagnostic_error: TextStyle,
|
||||
pub diagnostic_warning: TextStyle,
|
||||
pub diagnostic_information: TextStyle,
|
||||
pub diagnostic_hint: TextStyle,
|
||||
}
|
||||
|
||||
#[derive(Deserialize, Default)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue