mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
vscode: fix opening files with pcmanfm
This commit is contained in:
parent
9a2b5a9521
commit
a0f0927013
@ -24,7 +24,7 @@ in
|
|||||||
desktopName = longName;
|
desktopName = longName;
|
||||||
comment = "Code Editing. Redefined.";
|
comment = "Code Editing. Redefined.";
|
||||||
genericName = "Text Editor";
|
genericName = "Text Editor";
|
||||||
exec = "${executableName} %U";
|
exec = "${executableName} %F";
|
||||||
icon = "code";
|
icon = "code";
|
||||||
startupNotify = "true";
|
startupNotify = "true";
|
||||||
categories = "Utility;TextEditor;Development;IDE;";
|
categories = "Utility;TextEditor;Development;IDE;";
|
||||||
|
Loading…
Reference in New Issue
Block a user