Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
Go to file
Nathan Sobo 914cf37f37 Remove executor::ForegroundTask wrapper
Now that smol returns the same Task as async_task, we can simply re-export the async_task::Task struct from our executor module.

Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
2021-04-02 11:02:09 -06:00
.vscode Pass workspace path to zed when debugging it in VS Code 2021-03-26 14:14:23 +01:00
gpui Remove executor::ForegroundTask wrapper 2021-04-02 11:02:09 -06:00
zed Fix crash when selections exceed the container's bounds 2021-04-02 13:49:44 +02:00
.gitignore Get basic graphics rendering via Metal 2021-03-20 22:19:26 -06:00
Cargo.lock Remove executor::ForegroundTask wrapper 2021-04-02 11:02:09 -06:00
Cargo.toml Remove executor::ForegroundTask wrapper 2021-04-02 11:02:09 -06:00