From a6e183b42efa1c70eaca87b47408bc505ec0801d Mon Sep 17 00:00:00 2001 From: Jan Suchomel Date: Mon, 16 Jan 2017 10:03:47 +0100 Subject: [PATCH] vscode: fix .desktop file --- pkgs/applications/editors/vscode/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/applications/editors/vscode/default.nix b/pkgs/applications/editors/vscode/default.nix index a5f030bcc1f4..97fc30c237c7 100644 --- a/pkgs/applications/editors/vscode/default.nix +++ b/pkgs/applications/editors/vscode/default.nix @@ -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;";