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

This commit is contained in:
El-Hussein Abdelraouf 2020-06-07 19:15:24 +02:00 committed by GitHub
parent 7b9d7cc05d
commit 148bf83cee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;";