提交 9a06ffca 编写于 作者: C Christof Marti

Remove telemetry prefix

上级 31ca221f
......@@ -84,6 +84,5 @@ function splitRandom(random: number): [number, boolean] {
}
function getExperimentsOverrides(configurationService: IConfigurationService): IExperiments {
const config: any = configurationService.getConfiguration('telemetry');
return config && config.experiments || {};
return configurationService.getConfiguration<any>('experiments') || {};
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册