Archived
1
0

fix: add codeServerVersion to vscode/product.json (#4632)

* fix: add codeServerVersion to vscode/product/json

* chore: update vscode

* chore: update modulePathIgnorePattern jest
This commit is contained in:
Joe Previte
2021-12-17 12:58:46 -07:00
committed by GitHub
parent c4c480a068
commit 95d965a27b
4 changed files with 98 additions and 224 deletions

View File

@ -90,7 +90,8 @@ bundle_vscode() {
"enableTelemetry": true,
"commit": "$(cd "$VSCODE_SRC_PATH" && git rev-parse HEAD)",
"quality": "stable",
"date": $(jq -n 'now | todate')
"date": $(jq -n 'now | todate'),
"codeServerVersion": "$VERSION"
}
EOF
) > "$VSCODE_OUT_PATH/product.json"