-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Terminal text all black in Chrome only #4090
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Here are some screenshots from the latest version of Brave (1.29.76) on my machine using different color themes. This only seems to happen on Chromium based browsers. Safari and Firefox render the terminal fine and the rendering issues do not happen anywhere in in the code-server window that I can tell. Just as an FYI, this is the first time Brave had loaded this site so there are no cached assets being used here. |
Hmm 🤔 This is very very strange. Have you tried disabling all extensions? Do you mind posting your |
I just tried disabling all extensions (command palette -> Extensions: Disable all installed extensions) and then did a refresh. The outcome was the same. It's definitely very weird. Here is my {
"sync.gist": "",
"sync.autoDownload": false,
"workbench.colorTheme": "Monokai Dimmed",
"editor.fontFamily": "'JetBrains Mono', 'Source Code Pro', Hack, Monaco, 'Courier New', monospace",
"editor.tabSize": 2,
"editor.fontWeight": 400,
"terminal.integrated.fontFamily": "'Source Code Pro', 'JetBrains Mono', 'Courier New', Courier",
"editor.fontSize": 14,
"files.autoSaveDelay": 5000,
"terminal.integrated.automationShell.linux": "",
"terminal.integrated.shell.linux": "/bin/bash",
"terminal.integrated.shellArgs.linux": [
"-l"
],
"files.autoSave": "off",
"yaml.format.enable": true,
"yaml.format.bracketSpacing": true,
"workbench.editorAssociations": [
{
"viewType": "jupyter-notebook",
"filenamePattern": "*.ipynb"
}
],
"redhat.telemetry.enabled": false,
"terminal.integrated.tabs.enabled": false,
"workbench.iconTheme": "material-icon-theme"
} |
Bummer! Can you comment out or remove these lines? "workbench.colorTheme": "Monokai Dimmed",
"editor.fontFamily": "'JetBrains Mono', 'Source Code Pro', Hack, Monaco, 'Courier New', monospace",
"terminal.integrated.fontFamily": "'Source Code Pro', 'JetBrains Mono', 'Courier New', Courier", On an unrelated note I think "workbench.editorAssociations": [
{
"viewType": "jupyter-notebook",
"filenamePattern": "*.ipynb"
}
], causes this issue and you may want to use this solution |
Update, I also removed all of the above lines regarding theme and fonts and voila the issue was fixed. I then added them back in until it broke again - it was |
Hooray! I had a feeling it might be the font family. Not sure what the issue is with Since this isn't an issue with code-server itself, do you mind if we close it? |
Yes, that's fine. |
OS/Web Information
code-server --version
: 3.11.1 c680aaeSteps to Reproduce
Expected
Terminal output should show all ansi colors correctly.
Actual
All text is black, regardless of color or bold setting. The same output is shown regardless of shell used and regardless of theme being applied.
Logs
No errors or exceptions are logged
Screenshot
Screenshot from Safari 14.1.2

Screenshot from Chrome 93.0.4577.63

Notes
This issue can be reproduced in VS Code: No
The text was updated successfully, but these errors were encountered: