Hi Thanks for the reply,
I haven’t knowingly changed anything, I’ve just left my workspace for the weekend and then starting it back up today it started happening.
I’ve looked into the settings and reset everything, even starting another new workspace to see if it works but still the problem is there. The font family listed is “Ubuntu Mono, Menlo, Consolas, monospace”.
Maybe for some reason I cannot find any of the fonts on my system? Is there a place where I can download them or something? (I have already done the necessary restart computer check)
Here are my user settings;
{
"ace": {
"@animatedScroll": true,
"@antialiasedfonts": false,
"@behavioursEnabled": true,
"@cursorStyle": "smooth slim",
"@displayIndentGuides": true,
"@fadeFoldWidgets": true,
"@fontFamily": "Monaco, Menlo, Ubuntu Mono, Consolas, source-code-pro, monospace",
"@fontSize": "12",
"@highlightActiveLine": true,
"@highlightGutterLine": true,
"@highlightSelectedWord": true,
"@keyboardmode": "default",
"@mergeUndoDeltas": "off",
"@overwrite": false,
"@printMarginColumn": "80",
"@scrollPastEnd": "0.5",
"@scrollSpeed": "2",
"@selectionStyle": "line",
"@showFoldWidgets": true,
"@showGutter": true,
"@showInvisibles": false,
"@showLineNumbers": true,
"@showPrintMargin": true,
"@theme": "ace/theme/cloud9_day",
"@useWrapMode": false,
"@wrapBehavioursEnabled": false,
"@wrapToView": true,
"statusbar": {
"@show": true
}
},
"breakpoints": {
"@active": true
},
"build": {
"@autobuild": false
},
"collab": {
"@show-author-info": true,
"@showbubbles": true,
"@timeslider-visible": false
},
"debug": {
"@autoshow": true,
"@pause": 0
},
"findinfiles": {
"@clear": true,
"@consolelaunch": false,
"@fullpath": false,
"@project": "/",
"@scrolldown": false
},
"format": {
"jsbeautify": {
"@advanced": {},
"@braces": "end-expand",
"@indent_inner_html": false,
"@jslinthappy": false,
"@keeparrayindentation": false,
"@preserveempty": true,
"@space_before_conditional": true,
"@unescape_strings": true
}
},
"general": {
"@animateui": true,
"@automerge": false,
"@confirmexit": false,
"@confirmmerge": true,
"@downloadFilesAs": "auto",
"@preview-navigate": false,
"@preview-tree": false,
"@revealfile": false,
"@skin": "flat-light",
"@treestyle": "default"
},
"key-bindings": {
"@platform": "auto",
"@preset": "default"
},
"language": {
"@continuousCompletion": true,
"@enterCompletion": true,
"@hints": true,
"@instanceHighlight": true,
"@overrideMultiselectShortcuts": true
},
"metadata": {
"@undolimit": "100"
},
"openfiles": {
"@hidetree": false,
"@show": false
},
"output": {
"@backgroundColor": "#e0e5e7",
"@foregroundColor": "#333333",
"@keepOutput": false,
"@nosavequestion": false,
"@selectionColor": "#aebabf"
},
"preview": {
"@default": "preview.browser",
"@onSave": false,
"@running_app": false
},
"projecttree": {
"@hiddenFilePattern": "*.pyc, __pycache__, .*",
"@scope": false,
"@showhidden": false
},
"runconfig": {
"@debug": true,
"@saveallbeforerun": true,
"@showruncfglist": false
},
"tabs": {
"@asterisk": false,
"@autoclosepanes": true,
"@show": true,
"@title": false
},
"terminal": {
"@antialiasedfonts": false,
"@backgroundColor": "#eaf0f7",
"@blinking": false,
"@defaultEnvEditor": false,
"@fontfamily": "Ubuntu Mono, Menlo, Consolas, monospace",
"@fontsize": "12",
"@foregroundColor": "#000000",
"@scrollback": 1000,
"@selectionColor": "#bed1e3"
},
"tour": {
"@default-complete": false
},
"welcome": {
"@first": true
}
}
```