feat(workspace): show git status on editor tabs
This commit is contained in:
parent
10a1df3faa
commit
6793d4b6b8
6 changed files with 74 additions and 7 deletions
|
@ -203,6 +203,7 @@ pub type WorkspaceId = i64;
|
|||
|
||||
pub fn init_settings(cx: &mut AppContext) {
|
||||
settings::register::<WorkspaceSettings>(cx);
|
||||
settings::register::<item::ItemSettings>(cx);
|
||||
}
|
||||
|
||||
pub fn init(app_state: Arc<AppState>, cx: &mut AppContext) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue