Open PJUllrich opened 2 months ago
The repo linked in the issue is private.
@Moshyfawn ah apologies. I've made it public now. I also downgraded to the zed_extension_api = 0.0.6
from 0.1.0
and that seemed to have fixed the issue.
Yep, can confirm that upgrading to 0.1.0
throws that exception, but if I downgrade to 0.0.6
, it works. I installed and uninstalled the extension in between version changes.
@PJUllrich It looks like the version of Zed you're using is too old for v0.1.0 of the extension API.
v0.149.x is the first version that supports v0.1.0:
https://crates.io/crates/zed_extension_api#compatible-zed-versions
Check for existing issues
Describe the bug / provide steps to reproduce it
I'm trying to built a minimal language server extension, but I receive the following error when I load it into Zed as a dev extension:
I made sure that I can build the extension with
cargo build
andcargo build --target wasm32-wasi
and both compilations work.Environment
Zed: v0.148.0 (Zed) OS: macOS 14.5.0 Memory: 32 GiB Architecture: aarch64
If applicable, add mockups / screenshots to help explain present your vision of the feature
The entire extension code is here: https://github.com/PJUllrich/boring-ls
If applicable, attach your Zed.log file to this issue.
Zed.log