Skip to content

Commit

Permalink
Respect editor font in comments editor (#221700)
Browse files Browse the repository at this point in the history
Fixes #221699
  • Loading branch information
alexr00 authored Jul 15, 2024
1 parent c06242b commit 25f1b45
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ export class SimpleCommentEditor extends CodeEditorWidget {
autoClosingBrackets: configurationService.getValue('editor.autoClosingBrackets'),
quickSuggestions: false,
accessibilitySupport: configurationService.getValue<'auto' | 'off' | 'on'>('editor.accessibilitySupport'),
fontFamily: configurationService.getValue('editor.fontFamily'),
};
}
}
Expand Down

0 comments on commit 25f1b45

Please sign in to comment.