We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In case of no internet connectivity this fails:
let release = zed::latest_github_release( "fwcd/kotlin-language-server", zed::GithubReleaseOptions { require_assets: true, pre_release: false, }, )?;
which end up giving Some("") . And resulting in lsp not starting even if present
Some("")
The text was updated successfully, but these errors were encountered:
feel free to open a pr
when I have some time I can look if / how other extensions are handling this
Sorry, something went wrong.
Some are like this and some use local binary from PATH using worktee.
No branches or pull requests
In case of no internet connectivity
this fails:
which end up giving
Some("")
. And resulting in lsp not starting even if presentThe text was updated successfully, but these errors were encountered: