Marshall Bowers
Marshall Bowers
@DanielMSchmidt It looks like the theme file is missing the required `author` field: https://github.com/DanielMSchmidt/zed-synthwave/blob/341bd0429bb33351c8012e772d416322c9598256/themes/synthwave-84.json#L2-L3 It should appear at the top-level next to `name` and `appearance`.
@DanielMSchmidt It looks like the structure of the theme file still isn't quite right. It looks like the theme is top-level instead of being nested in the `themes` array (a...
@napalmpapalam The `extension.json` in the repo doesn't appear to be in the correct format. The `extension.json` should contain metadata about the extension, as shown here: https://github.com/zed-industries/extensions/blob/main/AUTHORING_EXTENSIONS.md#extension-structure The theme itself should...
@napalmpapalam Thank you!
> Can I implementation LSP with extension mode now? And how? We are currently working on the ability to add language servers in extensions. Support for this will be coming...
@huacnlee Thanks!
A Serendipity extension is now available.
I just wanted to say thank you for creating `egg-mode`. I started using it a few months back to back up my tweets and it made it incredibly easy to...
Feedback from @erikareads in the Gleam Discord: > is there a way to expand the number of lines shown in the search view? > That is, before and after the...
> We'll need to add logging to the compiler so that we can see all the values fed to their library, and then make a reproduction that adds those values...