clseibold / zed-odin

Odin language support for Zed
MIT License
7 stars 2 forks source link

Update Extension in Zed's Extensions Repo #5

Open Z7-Z7L opened 2 days ago

Z7-Z7L commented 2 days ago

error message: Language server error:

ols

no asset found matching "ols-x86_64-windows-msvc.zip"
-- stderr--
clseibold commented 2 days ago

Hello, thanks for reporting this bug. The extension has zed try to download the language server for odin (ols), but looks like it's either not downloading the asset, or the asset's name in the code is incorrect. I will look into this, thanks.

clseibold commented 2 days ago

Ah, this was already fixed by #3 , zed's extension repo just hasn't had this extension updated yet. I will close this when that gets done. Thanks again for reporting.

Z7-Z7L commented 1 day ago

Ah, this was already fixed by #3 , zed's extension repo just hasn't had this extension updated yet. I will close this when that gets done. Thanks again for reporting.

can I install it as a dev extension, when I download the zed-odin-main folder and try to install it as dev extension nothing happen

clseibold commented 20 hours ago

Not sure why it's not working as a dev extension, but I'll try to do a PR to update the extension today.