We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9efbd2d commit fc4d2b5Copy full SHA for fc4d2b5
ci/build/build-vscode.sh
@@ -90,6 +90,8 @@ main() {
90
EOF
91
) > product.json
92
93
+ chmod +x product.json
94
+
95
# Any platform here works since we will do our own packaging. We have to do
96
# this because we have an NPM package that could be installed on any platform.
97
# The correct platform dependencies and scripts will be installed as part of
0 commit comments