提交 0d137aa1 编写于 作者: J Johannes Rieken

remove telemetry experiment

上级 7a322389
......@@ -9,7 +9,7 @@ import { TPromise } from 'vs/base/common/winjs.base';
import * as errors from 'vs/base/common/errors';
import * as uuid from 'vs/base/common/uuid';
import { IStorageService } from 'vs/platform/storage/common/storage';
import { getMachineId, _futureMachineIdExperiment } from 'vs/base/node/id';
import { getMachineId } from 'vs/base/node/id';
import { resolveCommonProperties } from '../node/commonProperties';
const SQM_KEY: string = '\\Software\\Microsoft\\SQMClient';
......@@ -32,7 +32,6 @@ export function resolveWorkbenchCommonProperties(storageService: IStorageService
const promises: TPromise<any>[] = [];
promises.push(getOrCreateInstanceId(storageService).then(value => result['common.instanceId'] = value));
promises.push(getOrCreateMachineId(storageService).then(value => result['common.machineId'] = value));
result['common.machineIdExperiment'] = _futureMachineIdExperiment();
if (process.platform === 'win32') {
promises.push(getSqmUserId(storageService).then(value => result['common.sqm.userid'] = value));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册