Skip to content

Commit

Permalink
Align TaskScope with API object
Browse files Browse the repository at this point in the history
  • Loading branch information
alvsan09 committed Feb 4, 2021
1 parent bd25d73 commit d6b7e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/task/src/common/task-protocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ export namespace TaskCustomization {
}

export enum TaskScope {
Workspace,
Global
Global = 1,
Workspace = 2
}

export type TaskConfigurationScope = string | TaskScope.Workspace | TaskScope.Global;
Expand Down

0 comments on commit d6b7e6c

Please sign in to comment.