Added ColorMode to API.

This commit is contained in:
Michel Kaporin
2017-07-24 09:51:18 +02:00
parent 2c45d35090
commit 3713e4deea
14 changed files with 81 additions and 41 deletions

View File

@@ -492,6 +492,7 @@ export function createApiFactory(
CodeLens: extHostTypes.CodeLens,
Color: extHostTypes.Color,
ColorInfo: extHostTypes.ColorInfo,
ColorMode: extHostTypes.ColorMode,
EndOfLine: extHostTypes.EndOfLine,
CompletionItem: extHostTypes.CompletionItem,
CompletionItemKind: extHostTypes.CompletionItemKind,