Add TrustedTelemetryValue to API (#166620)

* Add TrustedTelemetryValue to API

* Fix missing any

* Address comments
This commit is contained in:
Logan Ramos
2022-11-18 11:43:13 -05:00
committed by GitHub
parent 2fe850b690
commit 80004351cc
5 changed files with 21 additions and 9 deletions

View File

@@ -43,6 +43,7 @@ import { ExtHostEditors } from 'vs/workbench/api/common/extHostTextEditors';
import { ExtHostTreeViews } from 'vs/workbench/api/common/extHostTreeViews';
import * as typeConverters from 'vs/workbench/api/common/extHostTypeConverters';
import * as extHostTypes from 'vs/workbench/api/common/extHostTypes';
import { TrustedTelemetryValue } from 'vs/platform/telemetry/common/telemetryUtils';
import { ExtHostUrls } from 'vs/workbench/api/common/extHostUrls';
import { ExtHostWebviews } from 'vs/workbench/api/common/extHostWebview';
import { IExtHostWindow } from 'vs/workbench/api/common/extHostWindow';
@@ -1378,6 +1379,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
TabInputWebview: extHostTypes.WebviewEditorTabInput,
TabInputTerminal: extHostTypes.TerminalEditorTabInput,
TabInputInteractiveWindow: extHostTypes.InteractiveWindowInput,
TrustedTelemetryValue: TrustedTelemetryValue,
TerminalExitReason: extHostTypes.TerminalExitReason,
LogLevel: LogLevel,
EditSessionIdentityMatch: EditSessionIdentityMatch