mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
Run experiment with default viewlet shown/hidden (fixes #12414)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
import {notImplemented} from 'vs/base/common/errors';
|
||||
import {TPromise} from 'vs/base/common/winjs.base';
|
||||
import {ITelemetryService, ITelemetryInfo} from 'vs/platform/telemetry/common/telemetry';
|
||||
import {ITelemetryService, ITelemetryInfo, ITelemetryExperiments} from 'vs/platform/telemetry/common/telemetry';
|
||||
import {IThreadService} from 'vs/workbench/services/thread/common/threadService';
|
||||
import {MainContext, MainThreadTelemetryShape} from './extHost.protocol';
|
||||
|
||||
@@ -26,6 +26,10 @@ export class RemoteTelemetryService implements ITelemetryService {
|
||||
throw notImplemented();
|
||||
}
|
||||
|
||||
getExperiments(): ITelemetryExperiments {
|
||||
throw notImplemented();
|
||||
}
|
||||
|
||||
getTelemetryInfo(): TPromise<ITelemetryInfo> {
|
||||
return this._proxy.$getTelemetryInfo();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user