mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
deco - move scm decorations to git extension
This commit is contained in:
@@ -362,8 +362,7 @@ export type SCMRawResource = [
|
||||
string[] /*icons: light, dark*/,
|
||||
string /*tooltip*/,
|
||||
boolean /*strike through*/,
|
||||
boolean /*faded*/,
|
||||
{ id: string } /*ThemeColor*/
|
||||
boolean /*faded*/
|
||||
];
|
||||
|
||||
export type SCMRawResourceSplice = [
|
||||
@@ -603,7 +602,7 @@ export interface ExtHostDebugServiceShape {
|
||||
}
|
||||
|
||||
|
||||
export type DecorationData = [number, string, string, number, ThemeColor];
|
||||
export type DecorationData = [number, boolean, string, string, number, ThemeColor];
|
||||
|
||||
export interface ExtHostDecorationsShape {
|
||||
$providerDecorations(handle: number, uri: URI): TPromise<DecorationData>;
|
||||
|
||||
Reference in New Issue
Block a user