vscode: add %U to exec command of the desktop item (#88623)

This commit is contained in:
El-Hussein Abdelraouf
2020-06-07 13:15:24 -04:00
committed by GitHub
parent 7b9d7cc05d
commit 148bf83cee
+1 -1
View File
@@ -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;";