We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cbb113 commit df49838Copy full SHA for df49838
ci/build/build-vscode.sh
@@ -42,6 +42,12 @@ main() {
42
43
pushd lib/vscode
44
45
+ if [[ ! ${VERSION-} ]]; then
46
+ echo "VERSION not set. Please set before running this script:"
47
+ echo "VERSION='0.0.0' yarn build:vscode"
48
+ exit 1
49
+ fi
50
+
51
# Set the commit Code will embed into the product.json. We need to do this
52
# since Code tries to get the commit from the `.git` directory which will fail
53
# as it is a submodule.
0 commit comments