Merge branch 'main' into mstallone/openai_responses

This commit is contained in:
Bennet Bo Fenner
2025-12-16 11:19:41 +01:00
parent de0e5f2387
commit e8f2f9cee1
1937 changed files with 170915 additions and 110106 deletions

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env bash
cargo build; cargo run -p cli -- --foreground --zed=target/debug/zed "$@"
cargo build -p zed && cargo run -p cli -- --foreground --zed=${CARGO_TARGET_DIR:-target}/debug/zed "$@"