Skip to content

Commit dc0e191

Browse files
authored
Don't allow variable line heights in comment editor (microsoft#259510)
Part of microsoft#248794
1 parent 71096a0 commit dc0e191

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/comments/browser/simpleCommentEditor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ export class SimpleCommentEditor extends CodeEditorWidget {
148148
accessibilitySupport: configurationService.getValue<'auto' | 'off' | 'on'>('editor.accessibilitySupport'),
149149
fontFamily: configurationService.getValue('editor.fontFamily'),
150150
fontSize: configurationService.getValue('editor.fontSize'),
151+
allowVariableLineHeights: false
151152
};
152153
}
153154
}

0 commit comments

Comments
 (0)