提交 8d9bd547 编写于 作者: D Daniel Imms

Fix terminal ligatures setting

Fixes #7541
上级 f73c34eb
......@@ -45,6 +45,14 @@
left: 0;
}
.monaco-workbench .panel.integrated-terminal {
font-variant-ligatures: none;
}
.monaco-workbench .panel.integrated-terminal.enable-ligatures {
font-variant-ligatures: normal;
}
/* Terminal actions */
/* Light theme */
......
......@@ -3,14 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
.monaco-workbench .panel.integrated-terminal {
font-feature-settings: "liga" 0;
}
.monaco-workbench .panel.integrated-terminal.enable-ligatures {
font-feature-settings: "liga" 1;
}
.monaco-workbench .panel.integrated-terminal .xterm {
background-color: transparent!important;
position: relative;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册