microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.64k stars 28.67k forks source link

Change desktop entry's category #45574

Closed msudgh closed 6 years ago

msudgh commented 6 years ago

I think code currently isn't a editor for just web development and it would be better to remove WebDevelopment category from visual-studio-code.desktop file:

[Desktop Entry]
Exec=/opt/visual-studio-code/code %f
Icon=visual-studio-code
Terminal=false
Type=Application
Name=Visual Studio Code
Comment=Editor for building and debugging modern web and cloud applications
Categories=Development;WebDevelopment;IDE;Utility;TextEditor;
MimeType=text/plain;inode/directory;
StartupNotify=true
StartupWMClass=code
Tyriar commented 6 years ago

Ok I'm confused. It looks like it never had WebDevelopment 😕

https://github.com/Microsoft/vscode/blob/0a969c743c89459cd213fcd3cc2c8bd50449ab64/resources/linux/code.desktop#L10

Tyriar commented 6 years ago

I think you're using an unofficial package.

msudgh commented 6 years ago

Yeah, You're right.