This commit is contained in:
Johannes Rieken
2021-09-01 10:50:47 +02:00
parent 033520a963
commit e93a59545c
6 changed files with 37 additions and 35 deletions

View File

@@ -1289,7 +1289,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
BranchCoverage: extHostTypes.BranchCoverage,
FunctionCoverage: extHostTypes.FunctionCoverage,
WorkspaceTrustState: extHostTypes.WorkspaceTrustState,
LanguageStatusSeverity: extHostTypes.LanguageStatusSeverity,
};
};
}