Archived
1
0

Set commit based on code-server instead of VS Code

This ensures it'll be different for each build, otherwise it would also
be the same as long as the VS Code version is the same.
This commit is contained in:
Asher
2019-08-07 15:13:39 -05:00
parent 7e794bd134
commit 01a9ab332e

View File

@ -57,6 +57,8 @@ function prepend-loader() {
function build-code-server() {
copy-server
local min=""
export BUILD_SOURCEVERSION
BUILD_SOURCEVERSION=$(node -p "require('${sourcePath}/build/lib/git.js').getVersion('${rootPath}')")
if [[ -n "${minify}" ]] ; then
min="-min"
yarn gulp minify-vscode --max-old-space-size=32384