vscod{e,ium}: add url handler startupWMClass (#347688)

This commit is contained in:
Masum Reza 2024-10-10 16:46:26 +05:30 committed by GitHub
commit a6a742b8ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -149,6 +149,7 @@ in
exec = executableName + " --open-url %U";
icon = "vs${executableName}";
startupNotify = true;
startupWMClass = shortName;
categories = [ "Utility" "TextEditor" "Development" "IDE" ];
mimeTypes = [ "x-scheme-handler/vs${executableName}" ];
keywords = [ "vscode" ];