未验证 提交 01a9ab33 编写于 作者: A Asher

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.
上级 7e794bd1
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册