Skip to content

Instantly share code, notes, and snippets.

@ilovejs
Created October 22, 2021 00:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilovejs/c3155fd4d0683da58574095f25d12035 to your computer and use it in GitHub Desktop.
Save ilovejs/c3155fd4d0683da58574095f25d12035 to your computer and use it in GitHub Desktop.
gitpod font issue, gitpod, font, family
{
"editor.fontSize": 14,
"editor.fontFamily": "Courier",
"redhat.telemetry.enabled": false,
"terminal.integrated.fontFamily": "Courier",
"terminal.integrated.lineHeight": 1.2,
"terminal.integrated.letterSpacing": 0,
"terminal.integrated.gpuAcceleration": "canvas",
"workbench.preferredDarkColorTheme": "Visual Studio Dark",
"window.autoDetectColorScheme": true,
"workbench.colorTheme": "Default Dark+"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment