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": "./script/clippy", 5 "args": [] 6 }, 7 { 8 "label": "cargo run --profile release-fast", 9 "command": "cargo", 10 "args": ["run", "--profile", "release-fast"] 11 } 12]