about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorVincent Cui <wenvincent.cui@gmail.com>2020-11-24 12:38:25 +0100
committerMatthieu Coudron <teto@users.noreply.github.com>2020-11-24 19:00:54 +0100
commita0f0927013eff2ac41b7a306978e1421c7d5721d (patch)
treed9bddda54f66e10264010efd3b3662c7d805209c /pkgs/applications/editors
parent9a2b5a9521735aa34af2caba3e087bdf06c36a4f (diff)
vscode: fix opening files with pcmanfm
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/vscode/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/vscode/generic.nix b/pkgs/applications/editors/vscode/generic.nix
index d0933905bcd11..eea34cacfc046 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;";