Skip to content

Commit

Permalink
Revert "Add DiagnosticTag case for MarkerTag.Deprecated"
Browse files Browse the repository at this point in the history
This reverts commit 36c9106.
  • Loading branch information
kamranayub committed Jul 23, 2019
1 parent 36c9106 commit f706130
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/vs/workbench/api/common/extHostTypeConverters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ export namespace DiagnosticTag {
switch (value) {
case types.DiagnosticTag.Unnecessary:
return MarkerTag.Unnecessary;
case types.DiagnosticTag.Deprecated:
return MarkerTag.Deprecated;
}
return undefined;
}
Expand Down

0 comments on commit f706130

Please sign in to comment.