vscode: fix opening files with pcmanfm

wip/yesman
Vincent Cui 4 years ago committed by Matthieu Coudron
parent 9a2b5a9521
commit a0f0927013
  1. 2
      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;";

Loading…
Cancel
Save