We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf03db6 commit 6e8bbbaCopy full SHA for 6e8bbba
build/Dockerfile
@@ -27,6 +27,7 @@ ENV PATH /workspace/vscodego/go/bin:/go/bin:/usr/local/go/bin:${PATH}
27
ENV DEBIAN_FRONTEND noninteractive
28
29
RUN apt-get update && apt-get install -y libnss3 libgtk-3-dev libxss1 libasound2 xvfb libsecret-1-0
30
+RUN npm install -g vsce
31
32
WORKDIR /workspace
33
ENTRYPOINT ["build/all.bash"]
build/all.bash
@@ -52,6 +52,9 @@ run_test() {
52
53
echo "**** Run settings generator ****"
54
go run tools/generate.go -w=false
55
+
56
+ echo "**** Check if vsce works ****"
57
+ vsce package
58
}
59
60
run_test_in_docker() {
0 commit comments