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"; name = "code";
exec = "code"; exec = "code";
icon = "code"; icon = "code";
comment = '' comment = "Code editor redefined and optimized for building and debugging modern web and cloud applications";
Code editor redefined and optimized for building and debugging modern
web and cloud applications
'';
desktopName = "Visual Studio Code"; desktopName = "Visual Studio Code";
genericName = "Text Editor"; genericName = "Text Editor";
categories = "GNOME;GTK;Utility;TextEditor;Development;"; categories = "GNOME;GTK;Utility;TextEditor;Development;";