Allow decorations to use theme colors. For #26974

This commit is contained in:
Martin Aeschlimann
2017-05-24 22:56:13 +02:00
parent 985d05f920
commit b320bd0de7
13 changed files with 436 additions and 283 deletions

View File

@@ -534,6 +534,7 @@ export function createApiFactory(
WorkspaceEdit: extHostTypes.WorkspaceEdit,
ProgressLocation: extHostTypes.ProgressLocation,
TreeItemCollapsibleState: extHostTypes.TreeItemCollapsibleState,
ThemeColor: extHostTypes.ThemeColor,
// functions
FileLocationKind: extHostTypes.FileLocationKind,
ApplyToKind: extHostTypes.ApplyToKind,