Created
April 5, 2017 05:50
-
-
Save visualjeff/ff85ff0516cad4ec48571c464a082be7 to your computer and use it in GitHub Desktop.
Running Visual Studio Code on Ubuntu or Debian Virtual Image and dealing with a blank screen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
As a workaround, edited file /usr/share/applications/code.desktop | |
Replacing | |
Exec=/usr/share/code/code --unity-launch %U | |
with | |
Exec=/usr/share/code/code --disable-gpu --unity-launch %U | |
The trick is to disable the gpu. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment