mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
color api: remove ColorRange.format
This commit is contained in:
@@ -467,7 +467,6 @@ export abstract class ExtHostHeapServiceShape {
|
||||
}
|
||||
export interface IRawColorInfo {
|
||||
color: [number, number, number, number | undefined];
|
||||
format: number;
|
||||
availableFormats: number[];
|
||||
range: IRange;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user