mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
deco - allow to derive new decoration from existing decoration, add IDecorationData#source
This commit is contained in:
@@ -265,7 +265,7 @@ export class Resource implements SourceControlResourceState {
|
||||
const abbreviation = this.letter;
|
||||
const color = this.color;
|
||||
const priority = this.priority;
|
||||
return { bubble: true, title, abbreviation, color, priority };
|
||||
return { bubble: true, source: 'git.resource', title, abbreviation, color, priority };
|
||||
}
|
||||
|
||||
constructor(
|
||||
|
||||
Reference in New Issue
Block a user