vscode: fix opening files with pcmanfm

This commit is contained in:
Vincent Cui 2020-11-24 12:38:25 +01:00 committed by Matthieu Coudron
parent 9a2b5a9521
commit a0f0927013

View File

@ -24,7 +24,7 @@ in
desktopName = longName;
comment = "Code Editing. Redefined.";
genericName = "Text Editor";
exec = "${executableName} %U";
exec = "${executableName} %F";
icon = "code";
startupNotify = "true";
categories = "Utility;TextEditor;Development;IDE;";