Skip to content

Commit

Permalink
Merge pull request #668 from microsoft/robo/fix_msrc_1_77
Browse files Browse the repository at this point in the history
Revert "Merge pull request #665 from microsoft/msrc-78793"
  • Loading branch information
deepak1556 authored Apr 6, 2023
2 parents 329d98f + 084f7f7 commit e344f1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export class ExperimentService extends Disposable implements IExperimentService
return []; // TODO@sbatten add CLI argument (https://github.com/microsoft/vscode-internalbacklog/issues/2855)
}

const experimentsUrl = this.productService.experimentsUrl;
const experimentsUrl = this.configurationService.getValue<string>('_workbench.experimentsUrl') || this.productService.experimentsUrl;
if (!experimentsUrl || this.configurationService.getValue('workbench.enableExperiments') === false) {
return [];
}
Expand Down

0 comments on commit e344f1f

Please sign in to comment.