Open zetashift opened 7 months ago
@zetashift I'm having the same issue I'm not sure what causes it but any manually installed extensions don't function at all https://github.com/versecafe/zed-groovy/tree/wasm-blob
@zetashift I'm having the same issue I'm not sure what causes it but any manually installed extensions don't function at all https://github.com/versecafe/zed-groovy/tree/wasm-blob
Are you using Mac or Linux (or Windows?). I wonder if this is a platform issue, or if we're configuring Zed wrong or something :S.
@zetashift MacOS Sonoma 14.4 and I tried reinstalling zed and running it in local development in order to get the errors, I found something interesting, it tries to load the extension but always fails on the schema files even if they're copied over from a functional extension, it always throws a syntax error on the first item of the highlights.scm
file as I assume it is the first scm
file parsed.
Trying to test an extension and having the same issue
I'm trying to create an extension, and I'm currently testing it locally. However Zed doesn't load the extension, and when opening a file like
scratch.u
thelanguage
stays onUnknown
, while theUnison
language is available in the picker. Choosing it doesn't do anything however.Reproduction
Here is my branch, with the
wasm
file included:https://github.com/zetashift/unison-zed/tree/wasm-blob
~/.config/zed/extensions/installed
Additional info
Zed version: v0.127.0-pre OS: Linux, OpenSUSE.