Skip to content

Commit 36c9106

Browse files
committed
Add DiagnosticTag case for MarkerTag.Deprecated
1 parent 6b3ae43 commit 36c9106

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/vs/workbench/api/common/extHostTypeConverters.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ export namespace DiagnosticTag {
108108
switch (value) {
109109
case types.DiagnosticTag.Unnecessary:
110110
return MarkerTag.Unnecessary;
111+
case types.DiagnosticTag.Deprecated:
112+
return MarkerTag.Deprecated;
111113
}
112114
return undefined;
113115
}

0 commit comments

Comments
 (0)