Skip to content

Commit

Permalink
Merge pull request #6 from Akin909/update-status-bar-typings
Browse files Browse the repository at this point in the history
remove priority parameter from statusbar typing
  • Loading branch information
bryphe authored Dec 20, 2017
2 parents a7161fe + 8b2c158 commit 84f597e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export interface Log {

export interface StatusBar {
getItem(globalId?: string): StatusBarItem
createItem(alignment: number, priority: number, globalId?: string): StatusBarItem
createItem(alignment: number, globalId?: string): StatusBarItem
}

export interface Process {
Expand Down

0 comments on commit 84f597e

Please sign in to comment.