You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I'm trying to use bazel-stack-vscode VSCode extension on a linux arm64 machine. I'm am seeing the following error: ~/.vscode-server/data/User/globalStorage/stackbuild.bazel-stack-vscode/file-downloader-downloads/v1.5.3-bzl: 1: Syntax error: "(" unexpected
When I tried to run the bzl file directly, I got Exec format error. Checking with readelf suggests that it is an x84_64 binary instead of arm64.
Is there a way to use the extension on arm64 machine?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi!
I'm trying to use bazel-stack-vscode VSCode extension on a linux arm64 machine. I'm am seeing the following error:
~/.vscode-server/data/User/globalStorage/stackbuild.bazel-stack-vscode/file-downloader-downloads/v1.5.3-bzl: 1: Syntax error: "(" unexpected
When I tried to run the bzl file directly, I got
Exec format error
. Checking with readelf suggests that it is an x84_64 binary instead of arm64.Is there a way to use the extension on arm64 machine?
Thank you!
The text was updated successfully, but these errors were encountered: