stackb / bazel-stack-vscode

VSCode Extension for Bazel
https://docs.stack.build
Other
65 stars 4 forks source link

VSCode bzl Download error #98

Closed iHuahua closed 2 years ago

iHuahua commented 2 years ago

VSCode

版本: 1.66.2 提交: dfd34e8260c270da74b5c2d86d61aee4b6d56977 日期: 2022-04-11T07:47:29.396Z Electron: 17.2.0 Chromium: 98.0.4758.109 Node.js: 16.13.0 V8: 9.8.177.11-electron.0 OS: Darwin arm64 21.4.0

Remote System : CentOS 8.4

VSCode Plugin

stackbuild.bazel-stack-vscode: v1.8.3

image
could not install bzl: https://get.bzl.io/linux_amd64/v1.3.19/bzl: The "streams" argument must be specified
$ wget https://get.bzl.io/linux_amd64/v1.3.19/bzl && chmod +x bzl && ./bzl release
v1.3.16

v1.3.19/v1.3.16Version does not match.

pls help me

KatSick commented 2 years ago

Exactly same for me.

[2022-04-20 13:26:35.777] [exthost] [error] Error: could not install bzl: https://get.bzl.io/darwin_amd64/v1.3.19/bzl: The "streams" argument must be specified
    at /Users/ostapchervak/.vscode/extensions/stackbuild.bazel-stack-vscode-1.8.3/out/bezel/configuration.js:289:19
    at Generator.throw (<anonymous>)
    at rejected (/Users/ostapchervak/.vscode/extensions/stackbuild.bazel-stack-vscode-1.8.3/out/bezel/configuration.js:6:65)
    at processTicksAndRejections (node:internal/process/task_queues:96:5) bsv.bzl.component.refresh {"value":"StackBuild.bazel-stack-vscode","_lower":"stackbuild.bazel-stack-vscode"}
pcj commented 2 years ago

Should be fixed by #100, please upgrade to version 1.8.4

pcj commented 2 years ago

Related to https://github.com/microsoft/vscode-file-downloader/issues/31, https://github.com/microsoft/vscode/issues/144962, https://github.com/nodejs/node/issues/40191

pcj commented 2 years ago

There was a packaging issue with 1.8.4, please use 1.8.5 instead.