We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71096a0 commit dc0e191Copy full SHA for dc0e191
src/vs/workbench/contrib/comments/browser/simpleCommentEditor.ts
@@ -148,6 +148,7 @@ export class SimpleCommentEditor extends CodeEditorWidget {
148
accessibilitySupport: configurationService.getValue<'auto' | 'off' | 'on'>('editor.accessibilitySupport'),
149
fontFamily: configurationService.getValue('editor.fontFamily'),
150
fontSize: configurationService.getValue('editor.fontSize'),
151
+ allowVariableLineHeights: false
152
};
153
}
154
0 commit comments