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 286118f commit 89140c5Copy full SHA for 89140c5
extension/src/experiments/data/index.ts
@@ -41,6 +41,7 @@ export class ExperimentsData extends BaseData<ExpShowOutput> {
41
}
42
43
public async update(): Promise<void> {
44
+ void this.updateAvailableBranchesToSelect()
45
const flags = this.experiments.getIsBranchesView()
46
? [ExperimentFlag.ALL_BRANCHES]
47
: [
@@ -95,7 +96,6 @@ export class ExperimentsData extends BaseData<ExpShowOutput> {
95
96
if (
97
watchedRelPaths.some(watchedRelPath => path.includes(watchedRelPath))
98
) {
- void this.updateAvailableBranchesToSelect()
99
return this.managedUpdate()
100
101
0 commit comments