Peter Tripp
Peter Tripp
This should be fixed by: - https://github.com/zed-industries/zed/pull/29369 Thanks for reporting.
You're not specifying a shell, you're specifying a command which includes bash: ```json [ { "label": "Compile & Run", "command": "/usr/bin/bash ~/.config/zed/compilebuildrun.sh", "description": "compiles & runs the current code file",...
I'm going to go ahead and close this as unactionable. For the moment we are using Digital Ocean Spaces (S3 compat) for storage of Extension artifacts. This service appears to...
I don't think this would be terribly difficult to implement, ```sh defaults read 'Apple Global Domain' AppleActionOnDoubleClick ``` Observed values: [`Fill`,`Maximize`,`Minimize`,`None`] When key is unset, `Maximize` (Zoom) should be assumed...
@sameer1612 or @micobarac Can you provide a self-contained set of steps necessary to reproduce the issue. I have an empty folder open in Zed and get me to seeing the...
There is also a community extension which adds syntax highlighting for scss: - https://github.com/bajrangCoder/zed-scss
I know Zed has some issue with global MacOS shortcuts but can you provide an explicit description as to what this fixed and how I should test it? Thanks
Interesting. What you're describing already works for me in Nightly on MacOS Sonoma 14.7: I wonder if this is a Sequoia-specific quirk.
> Probably not. To reproduce the issue, try "Window->Zoom" in System Settings instead of "Zoom". Today I learned. I wonder how long this has been around. I always thought the...
Thanks! And congrats on your first contribution to Zed!