Skip to content

Commit

Permalink
prep work for #54938
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Aug 6, 2018
1 parent c0917d8 commit e92270e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vs/vscode.proposed.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,9 +362,9 @@ declare module 'vscode' {
priority?: number;
title?: string;
bubble?: boolean;
abbreviation?: string;
abbreviation?: string; // letter, not optional
color?: ThemeColor;
source?: string;
source?: string; // hacky... we should remove it and use equality under the hood
}

export interface SourceControlResourceDecorations {
Expand Down

0 comments on commit e92270e

Please sign in to comment.