color api: docs

This commit is contained in:
Joao Moreno
2017-08-11 11:31:00 +02:00
parent 43160efc08
commit 0f5272afe9
5 changed files with 125 additions and 14 deletions

View File

@@ -528,7 +528,7 @@ export function createApiFactory(
CancellationTokenSource: CancellationTokenSource,
CodeLens: extHostTypes.CodeLens,
Color: extHostTypes.Color,
ColorInfo: extHostTypes.ColorInfo,
ColorRange: extHostTypes.ColorRange,
EndOfLine: extHostTypes.EndOfLine,
CompletionItem: extHostTypes.CompletionItem,
CompletionItemKind: extHostTypes.CompletionItemKind,

View File

@@ -1040,7 +1040,7 @@ export class Color {
export type IColorFormat = string | { opaque: string, transparent: string };
export class ColorInfo {
export class ColorRange {
range: Range;
color: Color;