Skip to content

Instantly share code, notes, and snippets.

@fredldotme
Last active March 6, 2022 07:52
Show Gist options
  • Save fredldotme/1386e2fff5065661a086c699c6f93bc7 to your computer and use it in GitHub Desktop.
Save fredldotme/1386e2fff5065661a086c699c6f93bc7 to your computer and use it in GitHub Desktop.
VSCode on Ubuntu Touch (put it in ~/.local/share/applications/code.desktop)
[Desktop Entry]
Name=Visual Studio Code
Exec=env GDK_BACKEND=x11 GDK_SCALE=2 /home/phablet/Downloads/VSCode-linux-arm64/code --force-device-scale-factor=2 %U
Icon=/home/phablet/Downloads/VSCode-linux-arm64/resources/app/resources/linux/code.png
Terminal=false
Type=Application
X-Ubuntu-Touch=true
X-Ubuntu-Splash-Color=#FFFFFF
Path=/home/phablet/Downloads/VSCode-linux-arm64
X-Ubuntu-XMir-Enable=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment