mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-12 21:37:25 +00:00
vscod{e,ium}: add url handler startupWMClass (#347688)
This commit is contained in:
commit
a6a742b8ed
@ -149,6 +149,7 @@ in
|
|||||||
exec = executableName + " --open-url %U";
|
exec = executableName + " --open-url %U";
|
||||||
icon = "vs${executableName}";
|
icon = "vs${executableName}";
|
||||||
startupNotify = true;
|
startupNotify = true;
|
||||||
|
startupWMClass = shortName;
|
||||||
categories = [ "Utility" "TextEditor" "Development" "IDE" ];
|
categories = [ "Utility" "TextEditor" "Development" "IDE" ];
|
||||||
mimeTypes = [ "x-scheme-handler/vs${executableName}" ];
|
mimeTypes = [ "x-scheme-handler/vs${executableName}" ];
|
||||||
keywords = [ "vscode" ];
|
keywords = [ "vscode" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user