Vscode: Right-click menu font much smaller since updating. Almost unreadable.

Created on 9 May 2017  路  13Comments  路  Source: microsoft/vscode

  • VSCode Version: 1.12.1
  • OS Version: Ubuntu 15.04

Steps to Reproduce:

  1. Open VS Code
  2. Right click workbench or code
  3. Disabling Extensions has no effect

screenshot from 2017-05-08 23 40 01

electron font-rendering linux upstream

Most helpful comment

@bpasero I have tried the following methods. But they didn't seem to work.

All 13 comments

Have the same result.

screenshot from 2017-05-09 08-50-48

Likely due to the electron update. Related/duplicate: https://github.com/Microsoft/vscode/issues/26036

/cc @Tyriar

I'm also facing the same problem since I updated this. It has been 3 days. Any solutions?? Or can anybody tell where the JSON config of this?

@justinline @maraisr @shivendra-it does it make a difference when you start with the following flags (please try setting either one, and both at the same time):

  • code --high-dpi-support=true
  • code --force-device-scale-factor=1 (can you also try --force-device-scale-factor=2)

@bpasero I have tried the following methods. But they didn't seem to work.

@bpasero
code --force-device-scale-factor=1 is working for me on Ubuntu 15.04
code-scale-factor

@justinline do you think we can get code alone to default this flag?

cc @bpasero

@justinline is the impact only visible in the context menu if you do that or in other parts of the UI too (e.g. the top menu?)

@bpasero top bar was never an issue for me, it just looked like the system UI?

Hello @bpasero,
I'm still facing the same problem. I'm attaching below screen shot. (I also had updated electron.)
vscode
Any fix??

Adding --force-device-scale-factor=1 to the code.desktop file seems to be working on Ubuntu 16.04.

I'll be waiting for an official fix tho

That works @hielfx.

sudo vi /usr/share/applications/code.desktop
- Exec=/usr/share/code/code --unity-launch %U
+ Exec=/usr/share/code/code --force-device-scale-factor=1 --unity-launch %U

- Exec=/usr/share/code/code --new-window %U
+ Exec=/usr/share/code/code --force-device-scale-factor=1 --new-window %U
Was this page helpful?
0 / 5 - 0 ratings

Related issues

sirius1024 picture sirius1024  路  3Comments

v-pavanp picture v-pavanp  路  3Comments

DovydasNavickas picture DovydasNavickas  路  3Comments

villiv picture villiv  路  3Comments

omidgolparvar picture omidgolparvar  路  3Comments