提交 9cdb0d62 编写于 作者: M Martin Aeschlimann

tmTheme bold fontStyle is not supported. Fixes #10623.

上级 334bd170
......@@ -404,7 +404,7 @@ function _settingsToStatements(settings: ThemeSettingStyle): string {
case 'fontStyle':
let segments = value.split(' ');
segments.forEach(s => {
switch (value) {
switch (s) {
case 'italic':
statements.push(`font-style: italic;`);
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册