提交 0ee4e833 编写于 作者: D Daniel Imms

Remove log

上级 b26e1454
......@@ -228,7 +228,6 @@ export class TerminalPanel extends Panel {
});
const bgColor = theme.getColor(TERMINAL_BACKGROUND_COLOR);
if (bgColor) {
console.log('set bgColor to: ' + bgColor);
css += `.monaco-workbench .panel.integrated-terminal .terminal-outer-container { background-color: ${bgColor}; }`;
}
const fgColor = theme.getColor(TERMINAL_FOREGROUND_COLOR);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册