Revert "replace severity with needsAttention, https://github.com/microsoft/vscode/issues/129037"

This reverts commit e93a59545c.
This commit is contained in:
Johannes Rieken
2021-09-02 09:00:44 +02:00
parent 3704133893
commit 02aeb6acca
6 changed files with 35 additions and 37 deletions

View File

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