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:
Connor Peet
2024-04-04 10:46:32 -07:00
committed by GitHub
parent 0203900335
commit 3c28146797
2 changed files with 10 additions and 42 deletions

View File

@@ -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,