Skip to content

Commit b1a1aa4

Browse files
committed
Fix transparent diagnostics
1 parent 7273d71 commit b1a1aa4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

editors/code/src/diagnostics.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,6 @@ export class AnsiDecorationProvider implements vscode.Disposable {
207207
}
208208
}
209209

210-
const themeColor = AnsiDecorationProvider._anserToThemeColor[color];
211-
if (themeColor) {
212-
return new ThemeColor("terminal." + themeColor);
213-
}
214-
215-
return undefined;
210+
return AnsiDecorationProvider._anserToThemeColor[color];
216211
}
217212
}

0 commit comments

Comments
 (0)