Created
August 2, 2019 12:54
-
-
Save sdepablos/a94a4a35d1d7473eb693e18cc4e740c2 to your computer and use it in GitHub Desktop.
.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] | |
| X-SnapInstanceName=code | |
| Name=Visual Studio Code | |
| Comment=Code Editing. Redefined. | |
| GenericName=Text Editor | |
| Exec=env BAMF_DESKTOP_FILE_HINT=/var/lib/snapd/desktop/applications/code_code.desktop /snap/bin/code %U | |
| Icon=/snap/code/11/usr/share/pixmaps/com.visualstudio.code.png | |
| Type=Application | |
| StartupNotify=false | |
| StartupWMClass=Code | |
| Categories=Utility;TextEditor;Development;IDE; | |
| MimeType=text/plain;inode/directory; | |
| Actions=new-empty-window; | |
| Keywords=vscode; | |
| [Desktop Action new-empty-window] | |
| Name=New Empty Window | |
| Icon=/usr/share/pixmaps/com.visualstudio.code.png | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment