提交 e760555f 编写于 作者: D Daniel Imms

Remove TODO

Going to keep the styles in code as they are huge when expanded
上级 891022f3
......@@ -202,7 +202,6 @@ export class TerminalPanel extends Panel {
let theme = this._terminalService.configHelper.getTheme(baseThemeId);
// TODO: Move the default styles to terminal.css and rely on the TerminalStylesContribution for custom themes
let css = '';
theme.forEach((color: string, index: number) => {
let rgba = this._convertHexCssColorToRgba(color, 0.996);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册