Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
saboya committed Aug 8, 2020
1 parent 7393a57 commit fb30722
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions app-editors/visual-studio-code/files/visual-studio-code.desktop
Expand Up @@ -2,17 +2,11 @@
Name=Visual Studio Code
Comment=Code Editing. Redefined.
GenericName=Text Editor
Exec=/opt/visual-studio-code/bin/code %F
Exec=code
Icon=vscode
Type=Application
StartupNotify=true
StartupWMClass=VSCode
StartupWMClass=code
Categories=Utility;Development;IDE;
MimeType=text/plain;inode/directory;
Actions=new-empty-window;
Keywords=vscode;

[Desktop Action new-empty-window]
Name=New Empty Window
Exec=/opt/visual-studio-code/bin/code --new-window %F
Icon=vscode

0 comments on commit fb30722

Please sign in to comment.