mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
vscode: add %U to exec command of the desktop item (#88623)
This commit is contained in:
parent
7b9d7cc05d
commit
148bf83cee
@ -24,7 +24,7 @@ in
|
||||
desktopName = longName;
|
||||
comment = "Code Editing. Redefined.";
|
||||
genericName = "Text Editor";
|
||||
exec = executableName;
|
||||
exec = "${executableName} %U";
|
||||
icon = "code";
|
||||
startupNotify = "true";
|
||||
categories = "Utility;TextEditor;Development;IDE;";
|
||||
|
Loading…
Reference in New Issue
Block a user