bazel-stack-vscode
bazel-stack-vscode copied to clipboard
Launching server using command /home/user/.vscode-server/data/User/globalStorage/stackbuild.bazel-stack-vscode/bsv.starlark.lsp/0.9.4/gostarlark failed.
PFA. Any dependency that needs to be installed?

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
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?
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.
I have the same issue
- version 0.6.6
- Linux 5.4.0-58-generic #64-Ubuntu SMP Wed Dec 9 08:16:25 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
- local setup
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