Merge pull request #19264 from lnicola/theme-color
minor: Fix transparent diagnostics
This commit is contained in:
commit
5c124a3b00
1 changed files with 1 additions and 6 deletions
|
@ -207,11 +207,6 @@ export class AnsiDecorationProvider implements vscode.Disposable {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const themeColor = AnsiDecorationProvider._anserToThemeColor[color];
|
return AnsiDecorationProvider._anserToThemeColor[color];
|
||||||
if (themeColor) {
|
|
||||||
return new ThemeColor("terminal." + themeColor);
|
|
||||||
}
|
|
||||||
|
|
||||||
return undefined;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue