Skip to content

Commit f5a6f14

Browse files
committed
Implement update service
1 parent 01a9ab3 commit f5a6f14

File tree

6 files changed

+787
-85
lines changed

6 files changed

+787
-85
lines changed

scripts/tasks.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function build-code-server() {
7474
cd "${buildPath}" && yarn --production --force --build-from-source
7575
rm "${buildPath}/"{package.json,yarn.lock,.yarnrc}
7676

77-
local packageJson="{\"codeServerVersion\": \"${codeServerVersion}\"}"
77+
local packageJson="{\"codeServerVersion\": \"${codeServerVersion}-vsc${vscodeVersion}\"}"
7878
cp -r "${sourcePath}/.build/extensions" "${buildPath}"
7979
node "${rootPath}/scripts/merge.js" "${sourcePath}/package.json" "${rootPath}/scripts/package.json" "${buildPath}/package.json" "${packageJson}"
8080
node "${rootPath}/scripts/merge.js" "${sourcePath}/.build/product.json" "${rootPath}/scripts/product.json" "${buildPath}/product.json"

0 commit comments

Comments
 (0)