Skip to content

Commit bf2dbfc

Browse files
committed
use fontFeatureSettings from editor in suggest widget, microsoft#87994
1 parent 7400168 commit bf2dbfc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vs/editor/contrib/suggest/suggestWidget.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ class SuggestionDetails {
409409

410410
this.el.style.fontSize = fontSizePx;
411411
this.el.style.fontWeight = fontWeight;
412+
this.el.style.fontFeatureSettings = fontInfo.fontFeatureSettings;
412413
this.type.style.fontFamily = fontFamily;
413414
this.close.style.height = lineHeightPx;
414415
this.close.style.width = lineHeightPx;

0 commit comments

Comments
 (0)