mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
Prevent ligatures between inlay hints and editor contents (Fix #170449)
https://www.w3.org/TR/2023/CRD-css-text-3-20230213/#boundary-shaping
This commit is contained in:
@@ -342,6 +342,7 @@ export interface CssProperties {
|
||||
fontWeight?: string;
|
||||
fontSize?: string;
|
||||
fontFamily?: string;
|
||||
unicodeBidi?: string;
|
||||
textDecoration?: string;
|
||||
color?: string | ThemeColor;
|
||||
backgroundColor?: string | ThemeColor;
|
||||
|
||||
Reference in New Issue
Block a user