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

Launching server using command /home/user/.vscode-server/data/User/globalStorage/stackbuild.bazel-stack-vscode/bsv.starlark.lsp/0.9.4/gostarlark failed. #45

Open
AdityaGovardhan opened this issue Nov 24, 2020 · 5 comments
Labels
bug Something isn't working

Comments

@AdityaGovardhan
Copy link

PFA. Any dependency that needs to be installed?
image

@AdityaGovardhan AdityaGovardhan changed the title Not able to run Starlark language server Launching server using command /home/user/.vscode-server/data/User/globalStorage/stackbuild.bazel-stack-vscode/bsv.starlark.lsp/0.9.4/gostarlark failed. Nov 24, 2020
@AdityaGovardhan
Copy link
Author

AdityaGovardhan commented Nov 24, 2020

for some reason, making the following change worked:

$ cd /home/user/.vscode-server/data/User/globalStorage/stackbuild.bazel-stack-vscode/bsv.starlark.lsp/0.9.4/
$ chmod +x gostarlark

@pcj
Copy link
Member

pcj commented Nov 25, 2020

Interesting. Did you mean chmod +x gostarlark? It should be setting the mode to 0755. I'll consider this a bug that either it didn't set the mode properly or did not report the error correctly.

Few other questions:

  • Whar version of the bazel-stack-vscode extension do you have installed?
  • What flavor linux is this?
  • Are you running under remote development or anything like that?

@pcj pcj added the bug Something isn't working label Nov 25, 2020
@AdityaGovardhan
Copy link
Author

Oops, thanks for the correction @pcj, updated it.

  • version of the bazel-stack-vscode shown in the extensions tab is v0.6.6.
  • Linux agovardhan 4.19.112+ #1 SMP Fri Sep 4 12:00:04 PDT 2020 x86_64 GNU/Linux
  • yes I am connecting remotely (to a container based dev machine, I guess). When I am using the extension locally on my Macbook, it's working out of box but need to make the above change for container based dev machine.

@ivanmilov
Copy link

I have the same issue

  • version 0.6.6
  • Linux 5.4.0-58-generic 1.1.0 #64-Ubuntu SMP Wed Dec 9 08:16:25 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
  • local setup

@davidB
Copy link

davidB commented May 13, 2021

Same issue

cd $HOME/.config/Code/User/globalStorage/stackbuild.bazel-stack-vscode/bsv.starlark.lsp/0.9.11
❯ la
.rw-r--r-- 33M david david  9 mai   12:04  gostarlark
  • version: 0.7.1
  • Linux 5.10.34-1-MANJARO #1 SMP Sun May 2 11:29:56 UTC 2021 x86_64 GNU/Linux
  • local setup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants