We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, friend! Please fix icon for Visual Studio Code! Thanks!
Like this: http://www.iconarchive.com/show/papirus-apps-icons-by-papirus-team/visual-studio-code-icon.html
[DEFAULT Desktop shurtcut]
$cat /usr/share/applications/code.desktop [Desktop Entry] Name=Visual Studio Code Comment=Code Editing. Redefined. GenericName=Text Editor Exec=/usr/share/code/code --unity-launch %F Icon=code Type=Application StartupNotify=true 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 Exec=/usr/share/code/code --new-window %F Icon=code
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, friend! Please fix icon for Visual Studio Code!
Thanks!
Like this: http://www.iconarchive.com/show/papirus-apps-icons-by-papirus-team/visual-studio-code-icon.html
[DEFAULT Desktop shurtcut]
$cat /usr/share/applications/code.desktop
[Desktop Entry]
Name=Visual Studio Code
Comment=Code Editing. Redefined.
GenericName=Text Editor
Exec=/usr/share/code/code --unity-launch %F
Icon=code
Type=Application
StartupNotify=true
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
Exec=/usr/share/code/code --new-window %F
Icon=code
The text was updated successfully, but these errors were encountered: