skip to Main Content

I installed ubuntu on my MacBook Air M1 and after that I installed VScode on the virtual machine.

But when I use the command palette or when I open files, there is no display of the text (the names or the commands are not visible). Can someone please help me with this?

Here is a screenshot:

screenshot

2

Answers


  1. It could be that the font that vs code uses wasn’t installed with ubuntu, and vs code can’t find a different font. Here is the font is should be using: https://fonts.google.com/specimen/Droid+Sans+Mono Hope that helps!

    Login or Signup to reply.
  2. I ran into the same issue using an Ubuntu 20.04 VM in UTM with an M1 Macbook, I managed to get it working by disabling gpu acceleration.

    Try running VS Code using the following command in the terminal:

    code --disable-gpu

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search