Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1[ 2 { 3 "label": "clippy", 4 "command": "cargo", 5 "args": ["xtask", "clippy"] 6 }, 7 { 8 "label": "assistant2", 9 "command": "cargo", 10 "args": ["run", "-p", "assistant2", "--example", "assistant_example"] 11 } 12]