8000
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 f228cc9 commit 4ae5e26Copy full SHA for 4ae5e26
ci/build/build-release.sh
@@ -136,10 +136,8 @@ EOF
136
) > "$VSCODE_OUT_PATH/product.json"
137
138
# Use the package.json for the web/remote server. It does not have the right
139
- # version though so pull that from the main package.json. Also remove keytar
- # since the web does not rely on it and that removes the dependency on
141
- # libsecret.
142
- jq --slurp '.[0] * {version: .[1].version} | del(.dependencies.keytar)' \
+ # version though so pull that from the main package.json.
140
+ jq --slurp '.[0] * {version: .[1].version}' \
143
"$VSCODE_SRC_PATH/remote/package.json" \
144
"$VSCODE_SRC_PATH/package.json" > "$VSCODE_OUT_PATH/package.json"
145
0 commit comments