Last active
September 10, 2024 00:04
-
-
Save danilogco/eb2161c16a56c08c8cc38be8a1d5db88 to your computer and use it in GitHub Desktop.
Linux vscode fix start via terminal
This file contains 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
code() { | |
/usr/bin/code $1 --disable-accelerated-video-decode --disable-gpu | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment