vscode: fix .desktop file

This commit is contained in:
Jan Suchomel 2017-01-16 10:03:47 +01:00
parent 75175a04c3
commit a6e183b42e

View File

@ -34,10 +34,7 @@ in
name = "code";
exec = "code";
icon = "code";
comment = ''
Code editor redefined and optimized for building and debugging modern
web and cloud applications
'';
comment = "Code editor redefined and optimized for building and debugging modern web and cloud applications";
desktopName = "Visual Studio Code";
genericName = "Text Editor";
categories = "GNOME;GTK;Utility;TextEditor;Development;";