Skip to content

Instantly share code, notes, and snippets.

@sarojbelbase
Last active October 11, 2020 11:29
Show Gist options
  • Save sarojbelbase/803e015f4b8d4cd5aacaf07ae12c58e7 to your computer and use it in GitHub Desktop.
Save sarojbelbase/803e015f4b8d4cd5aacaf07ae12c58e7 to your computer and use it in GitHub Desktop.
Visual Studio Code's desktop files
[Desktop Entry]
Name=Visual Studio Code - URL Handler
Comment=Code Editing. Redefined.
GenericName=Text Editor
Exec=/opt/vscode/bin/code --no-sandbox --open-url %U
Icon=vscode
Type=Application
NoDisplay=true
StartupNotify=true
Categories=Utility;TextEditor;Development;IDE;
MimeType=x-scheme-handler/vscode;
Keywords=visual-studio-code;
[Desktop Entry]
Name=Visual Studio Code
Comment=Code Editing. Refined.
GenericName=Text Editor
Exec=/opt/vscode/bin/code --no-sandbox --unity-launch %F
Icon=vscode
Type=Application
StartupNotify=false
StartupWMClass=code
Categories=Utility;TextEditor;Development;IDE;
MimeType=text/plain;inode/directory;
Actions=new-empty-window;
Keywords=visual-studio-code;
[Desktop Action new-empty-window]
Name=Start New Instance
Exec=/opt/bin/vscode/code --no-sandbox --new-window %F
Icon=vscode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment