提交 3939e4d3 编写于 作者: I isidor

debug repl: renderLineHighlight: false

fixes #10800
上级 e2813459
......@@ -117,11 +117,6 @@
content: '';
}
.monaco-workbench .repl .repl-input-wrapper .monaco-editor .current-line {
/* Hide selected line highlight */
border: none;
}
.hc-black .monaco-workbench .repl .repl-input-wrapper {
border-top-color: #6FC3DF;
}
......
......@@ -266,7 +266,8 @@ export class Repl extends Panel implements IPrivateReplService {
lineDecorationsWidth: 0,
scrollBeyondLastLine: false,
lineHeight: 21,
theme: this.themeService.getColorTheme()
theme: this.themeService.getColorTheme(),
renderLineHighlight: false
};
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册