mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
testing: remove back compat shims for coverage API (#209559)
Now that the API is finalized, remove the back compat shims that were in place
This commit is contained in:
@@ -1666,7 +1666,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
StatementCoverage: extHostTypes.StatementCoverage,
|
||||
BranchCoverage: extHostTypes.BranchCoverage,
|
||||
DeclarationCoverage: extHostTypes.DeclarationCoverage,
|
||||
FunctionCoverage: extHostTypes.DeclarationCoverage, // back compat for Feb 2024
|
||||
WorkspaceTrustState: extHostTypes.WorkspaceTrustState,
|
||||
LanguageStatusSeverity: extHostTypes.LanguageStatusSeverity,
|
||||
QuickPickItemKind: extHostTypes.QuickPickItemKind,
|
||||
|
||||
Reference in New Issue
Block a user