···11---- ./ci/build/build-vscode.sh
22-+++ ./ci/build/build-vscode.sh
33-@@ -45,14 +45,12 @@
44- # Set the commit Code will embed into the product.json. We need to do this
55- # since Code tries to get the commit from the `.git` directory which will fail
66- # as it is a submodule.
77-- export VSCODE_DISTRO_COMMIT
88-- VSCODE_DISTRO_COMMIT=$(git rev-parse HEAD)
99-+ export VSCODE_DISTRO_COMMIT=none
1010-1111- # Add the date, our name, links, and enable telemetry (this just makes
11+diff --git a/ci/build/build-vscode.sh b/ci/build/build-vscode.sh
22+index a72549fb..3aed1ad5 100755
33+--- a/ci/build/build-vscode.sh
44++++ b/ci/build/build-vscode.sh
55+@@ -58,7 +58,6 @@ main() {
126 # telemetry available; telemetry can still be disabled by flag or setting).
137 # This needs to be done before building as Code will read this file and embed
148 # it into the client-side code.
···1610 cp product.json product.original.json # Since jq has no inline edit.
1711 jq --slurp '.[0] * .[1]' product.original.json <(
1812 cat << EOF
1919-@@ -99,7 +97,6 @@
1313+@@ -105,7 +104,6 @@ EOF
2014 # Reset so if you develop after building you will not be stuck with the wrong
2115 # commit (the dev client will use `oss-dev` but the dev server will still use
2216 # product.json which will have `stable-$commit`).