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 d032a33 commit d45ff5cCopy full SHA for d45ff5c
src/app/components/sandbox/CodeEditor/Monaco.js
@@ -685,11 +685,13 @@ export default class CodeEditor extends React.PureComponent {
685
return {
686
selectOnLineNumbers: true,
687
fontSize: preferences.fontSize,
688
- fontFamily: fontFamilies(
689
- preferences.fontFamily,
690
- 'Source Code Pro',
691
- 'monospace',
692
- ),
+ // Disable this because of a current issue in Windows:
+ // https://github.com/Microsoft/monaco-editor/issues/392
+ // fontFamily: fontFamilies(
+ // preferences.fontFamily,
+ // 'Source Code Pro',
693
+ // 'monospace',
694
+ // ),
695
minimap: {
696
enabled: false,
697
},
0 commit comments