Last active
March 6, 2022 07:52
-
-
Save fredldotme/1386e2fff5065661a086c699c6f93bc7 to your computer and use it in GitHub Desktop.
VSCode on Ubuntu Touch (put it in ~/.local/share/applications/code.desktop)
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
[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