Updated API to declarative way for supplying color format.

This commit is contained in:
Michel Kaporin
2017-07-25 16:58:49 +02:00
parent 3713e4deea
commit 4bd6bdfe7e
15 changed files with 315 additions and 99 deletions

View File

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