Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin does not start with VSCode on MacOS #73

Open
ushi002 opened this issue Apr 26, 2023 · 2 comments
Open

Plugin does not start with VSCode on MacOS #73

ushi002 opened this issue Apr 26, 2023 · 2 comments

Comments

@ushi002
Copy link

ushi002 commented Apr 26, 2023

It just leaves this error:

[Error - 11:19:38] Starting client failed
Error: spawn Unknown system error -8
at ChildProcess.spawn (node:internal/child_process:413:11)
at Object.spawn (node:child_process:720:9)
at /Users/ludek/.vscode/extensions/hbohlin.vhdl-ls-0.5.0/dist/extension.js:26190:40

@jakobjung10
Copy link

i guess there is no support for MacOS.

In the file "extension.ts" you can see that only binaries for windows and linux are considered.

const isWindows = process.platform === 'win32'; const languageServerName = isWindows ? 'vhdl_ls-x86_64-pc-windows-msvc' : 'vhdl_ls-x86_64-unknown-linux-musl';

@kraigher
Copy link
Member

We do not build binaries for MacOS so that is why there is no support. It should probably be easy to setup if anyone is willing to spend time on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants