-
-
Save adalinesimonian/c78a1ba2a2f8cb6d7c5e to your computer and use it in GitHub Desktop.
Linux desktop entry for Visual Studio Code. Belongs in `/usr/local/share/applications/`. For this to work, VS Code should live in `/usr/local/share/vscode/`
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=Visual Studio Code | |
Exec=/usr/local/share/vscode/Code %U | |
Terminal=false | |
Icon=/usr/local/share/vscode/resources/app/vso.png | |
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