Fix context line handline in project diagnostic view
This commit is contained in:
parent
60f7169008
commit
04d577e326
6 changed files with 75 additions and 24 deletions
|
@ -11,7 +11,7 @@ use parking_lot::Mutex;
|
|||
use postage::watch;
|
||||
use std::{cmp, sync::Arc};
|
||||
use theme::ThemeRegistry;
|
||||
use workspace::{Settings, Workspace, AppState};
|
||||
use workspace::{AppState, Settings, Workspace};
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct ThemeSelectorParams {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue