From a0f0927013eff2ac41b7a306978e1421c7d5721d Mon Sep 17 00:00:00 2001 From: Vincent Cui Date: Tue, 24 Nov 2020 12:38:25 +0100 Subject: [PATCH] vscode: fix opening files with pcmanfm --- pkgs/applications/editors/vscode/generic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/vscode/generic.nix b/pkgs/applications/editors/vscode/generic.nix index d0933905bcd..eea34cacfc0 100644 --- a/pkgs/applications/editors/vscode/generic.nix +++ b/pkgs/applications/editors/vscode/generic.nix @@ -24,7 +24,7 @@ in desktopName = longName; comment = "Code Editing. Redefined."; genericName = "Text Editor"; - exec = "${executableName} %U"; + exec = "${executableName} %F"; icon = "code"; startupNotify = "true"; categories = "Utility;TextEditor;Development;IDE;";