vscode-bazel icon indicating copy to clipboard operation
vscode-bazel copied to clipboard

Install missing packages to satisfy build.sh

Open fweikert opened this issue 3 years ago • 3 comments

Progress towards https://github.com/bazelbuild/vscode-bazel/issues/252

fweikert avatar Oct 29 '21 14:10 fweikert

Tests are failing due to a permission denied error.. probably the file mentioned is not marked as executable? :( Any idea why or how to fix / workaround?

philwo avatar Oct 29 '21 14:10 philwo

Yeah, I had to "chmod +x" locally, and it worked. It's a mess

fweikert avatar Oct 29 '21 14:10 fweikert

I fixed those permission errors in #258 with a small change to scripts/build.sh. If you include that, you should be able to update your PR successfully.

jmhodges avatar Jan 01 '22 01:01 jmhodges

This seems to be fixed. vsce package currently completes without error.

jfirebaugh avatar Sep 14 '22 19:09 jfirebaugh