vscod{e,ium}: add url handler startupWMClass

This commit is contained in:
Ingo Reitz 2024-10-10 08:57:56 +02:00
parent 5c44d7c8be
commit 6db0bd2fa8
No known key found for this signature in database
GPG Key ID: 794BE2582FB7A351

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