Closed Anthony-Eid closed 4 months ago
What OS are you on?
Ah never mind, you're probably on mac OS, given the .gitignore... In fact vhdl_ls binaries for Mac seem not to be executable.
merged manually
Thank you for the contribution!
I'm was on macOS when I encountered that issue. BTW the snippet placeholder choices for zed is almost completely.
Issue
When installing this extension through
zed: install dev extension
, the extension binary is not made an executable, causing this errorNo such file or directory (os error 2)
when attempting to run the VHDL LSP.Fix
This PR should fix it by calling
zed::make_file_executable(&binary_path)