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 7e794bd commit 01a9ab3Copy full SHA for 01a9ab3
scripts/tasks.bash
@@ -57,6 +57,8 @@ function prepend-loader() {
57
function build-code-server() {
58
copy-server
59
local min=""
60
+ export BUILD_SOURCEVERSION
61
+ BUILD_SOURCEVERSION=$(node -p "require('${sourcePath}/build/lib/git.js').getVersion('${rootPath}')")
62
if [[ -n "${minify}" ]] ; then
63
min="-min"
64
yarn gulp minify-vscode --max-old-space-size=32384
0 commit comments