mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
color api: docs
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user