Last active
July 20, 2019 12:19
-
-
Save benjamindean/0e8794fd34a1aef4995b to your computer and use it in GitHub Desktop.
Linux desktop entry for Visual Studio Code. Goes to "/usr/share/applications/". For this to work, Code should be linked to `code` executable: https://code.visualstudio.com/Docs/setup
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
[Desktop Entry] | |
Name=Code | |
Exec=code %U | |
Terminal=false | |
Icon=code | |
Type=Application | |
StartupNotify=true | |
Categories=TextEditor;Development;Utility; | |
MimeType=text/plain; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment