Skip to content

Instantly share code, notes, and snippets.

@benjamindean
Last active July 20, 2019 12:19
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save benjamindean/0e8794fd34a1aef4995b to your computer and use it in GitHub Desktop.
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
[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