Introduce a new language picker that displays available languages
Right now this panics when trying to select a language, so that's what we're going to implement next. Co-Authored-By: Julia Risley <julia@zed.dev>
This commit is contained in:
parent
d39c761de5
commit
b402f27d50
6 changed files with 235 additions and 0 deletions
|
@ -185,6 +185,7 @@ fn main() {
|
|||
workspace::init(app_state.clone(), cx);
|
||||
|
||||
journal::init(app_state.clone(), cx);
|
||||
language_selector::init(app_state.clone(), cx);
|
||||
theme_selector::init(app_state.clone(), cx);
|
||||
zed::init(&app_state, cx);
|
||||
collab_ui::init(app_state.clone(), cx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue