vscode: add %U to exec command of the desktop item (#88623)
This commit is contained in:
parent
7b9d7cc05d
commit
148bf83cee
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue