deco - remove opacity, use colors only, remove provider label from proposed api

This commit is contained in:
Johannes Rieken
2017-10-18 10:36:47 +02:00
parent 01a35abcc7
commit 71d332b464
9 changed files with 16 additions and 21 deletions

View File

@@ -602,7 +602,7 @@ export interface ExtHostDebugServiceShape {
}
export type DecorationData = [number, boolean, string, string, number, ThemeColor];
export type DecorationData = [number, boolean, string, string, ThemeColor];
export interface ExtHostDecorationsShape {
$providerDecorations(handle: number, uri: URI): TPromise<DecorationData>;