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
We can use https://github.com/tilt-dev/starlark-lsp
But it requires CGO. We may need a separate binary envd-lsp to avoid CGO in envd.
envd-lsp
The text was updated successfully, but these errors were encountered:
The language highlights and auto-completion work well.
But, we need to figure out how to deliver CGO enabled bins.
Sorry, something went wrong.
Since language servers usually do not follow the release cycle of the main code base, should we separate it as an isolated repo?
#302 We kept the lang server in a separate binary. I think we can put it in the vscode-envd repository.
Current problem is that I do not know how to cross-compile CGO-enabled bin and deliver them in vscode extension.
https://softwareengineering.stackexchange.com/questions/426471/how-do-vs-code-langauge-extensions-distribute-a-language-server-binary
We can download the lsp binary on the first run like vscode-rust and vscode-haskell does.
No branches or pull requests
Description
We can use https://github.com/tilt-dev/starlark-lsp
But it requires CGO. We may need a separate binary
envd-lsp
to avoid CGO in envd.The text was updated successfully, but these errors were encountered: