mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 02:24:30 +00:00
vscode-extensions.xdebug.php-debug: init at 1.34.0
This commit is contained in:
parent
b0394aa571
commit
24e8d20aaf
@ -4748,6 +4748,23 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xdebug.php-debug = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
name = "php-debug";
|
||||||
|
publisher = "xdebug";
|
||||||
|
version = "1.34.0";
|
||||||
|
hash = "sha256-WAcXWCMmvuw7nkfGcOgmK+s+Nw6XpvNR4POXD85E/So=";
|
||||||
|
};
|
||||||
|
meta = {
|
||||||
|
description = "PHP Debug Adapter";
|
||||||
|
license = lib.licenses.mit;
|
||||||
|
homepage = "https://github.com/xdebug/vscode-php-debug";
|
||||||
|
changelog = "https://github.com/xdebug/vscode-php-debug/blob/main/CHANGELOG.md";
|
||||||
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=xdebug.php-debug";
|
||||||
|
maintainers = [ lib.maintainers.onny ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
xyz.local-history = buildVscodeMarketplaceExtension {
|
xyz.local-history = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "local-history";
|
name = "local-history";
|
||||||
|
Loading…
Reference in New Issue
Block a user