Open CocoaPriest opened 5 months ago
Yep, that's just due to fish being incompatible with that syntax.
The issue is here: https://github.com/zed-industries/zed/blob/7c72929f0ba3ade5fde3e7b090dcd2685ae243e3/crates/languages/src/go.rs#L533-L539
I wonder whether it would be sufficient to replace -run=^$"
with -run='^$'"
(untested).
Check for existing issues
Describe the bug / provide steps to reproduce it
Running benchmark tests in Go fails. Regular tests work as expected. Hint: I think it may be related to the fact I'm using Fish shell.
Environment
Zed: v0.138.4 (Zed) OS: macOS 14.4.1 Memory: 32 GiB Architecture: aarch64
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your
~/Library/Logs/Zed/Zed.log
file to this issue.No response