Marshall Bowers

Results 367 comments of Marshall Bowers

> I definitely get that, I implemented something like rocket for the chat (see video above) but not for the other places. I guess we could switch to displaying these...

@Imgkl Thanks for working through this!

> @maxdeviant you mean file sizes? The dimensions of the SVGs themselves are too large. Most of our other file icons are in the neighborhood of 14x14, whereas I saw...

@Imgkl We've extracted the Dart support out into an extension: https://github.com/zed-industries/zed/tree/3a6e0bb9b68ddb8c471c71b25d3052f6fae8b703/extensions/dart Could you rebase this PR against `main` to account for the change in file locations?

> what version of zed has this? This hasn't been released yet, but will be in v0.0.2 of the Dart extension: https://github.com/zed-industries/zed/pull/10940 I'll get that published soon.

Closing this, since we've identified it as an upstream issue.

@osiewicz Can we just suppress the warning for this line right now?

We have an initial version of providing language servers via extensions that is ready for use, so I think that Scala support can move to an extension. We have a...

I think this has to do with the sizing of the icons themselves.

It seems like this error is the cause: > 2024-02-03T21:34:13 [ERROR] unable to access a compatible graphics device We log this error when we can't detect a Metal device: https://github.com/zed-industries/zed/blob/a80a3b8706b83e70476ed4a89252b3324edfb391/crates/gpui/src/platform/mac/metal_renderer.rs#L50-L55...