Fix transparent diagnostics
This commit is contained in:
parent
768749f41d
commit
6c1e5b4edb
1 changed files with 1 additions and 6 deletions
|
@ -207,11 +207,6 @@ export class AnsiDecorationProvider implements vscode.Disposable {
|
|||
}
|
||||
}
|
||||
|
||||
const themeColor = AnsiDecorationProvider._anserToThemeColor[color];
|
||||
if (themeColor) {
|
||||
return new ThemeColor("terminal." + themeColor);
|
||||
}
|
||||
|
||||
return undefined;
|
||||
return AnsiDecorationProvider._anserToThemeColor[color];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue