Merge pull request #1972 from zed-industries/recent-workspace

Recent Project Picker
This commit is contained in:
Kay Simmons 2022-12-16 15:51:57 -08:00 committed by GitHub
commit 6fcb3c9020
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 1213 additions and 801 deletions

View file

@ -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();