zed icon indicating copy to clipboard operation
zed copied to clipboard

Some rust tasks broken under fish

Open WeetHet opened this issue 2 months ago • 1 comments

Check for existing issues

  • [X] Completed

Describe the bug / provide steps to reproduce it

Open any rust project with fish as your shell, spawn some task that uses ZED_CUSTOM_RUST_PACKAGE. Get

fish: Variables cannot be bracketed. In fish, please use {$ZED_CUSTOM_RUST…}.
cargo test -p ${ZED_CUSTOM_RUST_PACKAGE}
               ^

⏵ Task `cargo test -p rust-playground` finished with non-zero error code: 127

Environment

Zed: v0.133.2 (Zed Preview) OS: macOS 14.4.1 Memory: 8 GiB Architecture: aarch64

If applicable, add mockups / screenshots to help explain present your vision of the feature

Screenshot 2024-04-25 at 19 58 03

If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.

No response

WeetHet avatar Apr 25 '24 16:04 WeetHet

Related to: #10964

osiewicz avatar Apr 26 '24 09:04 osiewicz