Skip to content

Commit

Permalink
status - cleanup rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Jun 6, 2019
1 parent 13c2fc3 commit a9d4777
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 137 deletions.
3 changes: 3 additions & 0 deletions src/vs/platform/statusbar/common/statusbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ export interface IStatusbarService {
*
* @param id identifier of the entry is needed to allow users to hide entries via settings
* @param name human readable name the entry is about
* @param alignment either LEFT or RIGHT
* @param priority items get arranged from highest priority to lowest priority from left to right
* in their respective alignment slot
*/
addEntry(entry: IStatusbarEntry, id: string, name: string, alignment: StatusbarAlignment, priority?: number): IStatusbarEntryAccessor;

Expand Down
Loading

0 comments on commit a9d4777

Please sign in to comment.