Merge branch 'main' into merogge/quick-fix-api

This commit is contained in:
meganrogge
2022-11-18 14:43:09 -06:00
128 changed files with 1538 additions and 815 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';
@@ -1385,6 +1386,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
TabInputWebview: extHostTypes.WebviewEditorTabInput,
TabInputTerminal: extHostTypes.TerminalEditorTabInput,
TabInputInteractiveWindow: extHostTypes.InteractiveWindowInput,
TrustedTelemetryValue: TrustedTelemetryValue,
LogLevel: LogLevel,
EditSessionIdentityMatch: EditSessionIdentityMatch
};