We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ce2da8 commit bbafa06Copy full SHA for bbafa06
1 file changed
build/gulpfile.vscode.js
@@ -508,7 +508,7 @@ function getSettingsSearchBuildId(packageJson) {
508
/\/master$/.test(branch) ? 1 :
509
2; // Some unexpected branch
510
511
- const out = cp.execSync(`git rev-list master --count`);
+ const out = cp.execSync(`git rev-list HEAD --count`);
512
const count = parseInt(out.toString());
513
514
// <version number><commit count><branchId (avoid unlikely conflicts)>
0 commit comments