Merge pull request #1972 from zed-industries/recent-workspace
Recent Project Picker
This commit is contained in:
commit
6fcb3c9020
18 changed files with 1213 additions and 801 deletions
|
@ -123,6 +123,7 @@ fn main() {
|
|||
vim::init(cx);
|
||||
terminal_view::init(cx);
|
||||
theme_testbench::init(cx);
|
||||
recent_projects::init(cx);
|
||||
|
||||
cx.spawn(|cx| watch_themes(fs.clone(), themes.clone(), cx))
|
||||
.detach();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue