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;
|
desktopName = longName;
|
||||||
comment = "Code Editing. Redefined.";
|
comment = "Code Editing. Redefined.";
|
||||||
genericName = "Text Editor";
|
genericName = "Text Editor";
|
||||||
exec = executableName;
|
exec = "${executableName} %U";
|
||||||
icon = "code";
|
icon = "code";
|
||||||
startupNotify = "true";
|
startupNotify = "true";
|
||||||
categories = "Utility;TextEditor;Development;IDE;";
|
categories = "Utility;TextEditor;Development;IDE;";
|
||||||
|
|
Loading…
Reference in New Issue