Skip to content

Commit

Permalink
chore: remove unused experiments url override (#183266)
Browse files Browse the repository at this point in the history
  • Loading branch information
connor4312 committed May 24, 2023
1 parent 8f5be1f commit 800142c
Showing 1 changed file with 1 addition and 1 deletion.
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.configurationService.getValue<string>('_workbench.experimentsUrl') || this.productService.experimentsUrl;
const experimentsUrl = this.productService.experimentsUrl;
if (!experimentsUrl || this.configurationService.getValue('workbench.enableExperiments') === false) {
return [];
}
Expand Down

0 comments on commit 800142c

Please sign in to comment.