vscode-extensions.devsense.profiler-php-vscode: drop

This commit is contained in:
Pol Dellaiera
2025-07-21 18:23:21 +02:00
parent 1b6570f502
commit 178bf08bb2
@@ -1343,23 +1343,6 @@ let
detachhead.basedpyright = callPackage ./detachhead.basedpyright { };
devsense.profiler-php-vscode = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "profiler-php-vscode";
publisher = "devsense";
version = "1.59.17515";
hash = "sha256-Y2y1vpqKEOjg4eniG0myhaAkJLdEIAT1UdEdbr04MrA=";
};
meta = {
changelog = "https://marketplace.visualstudio.com/items/DEVSENSE.profiler-php-vscode/changelog";
description = "Visual studio code extension for PHP and XDebug profiling and inspecting";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=DEVSENSE.profiler-php-vscode";
homepage = "https://github.com/DEVSENSE/phptools-docs";
license = lib.licenses.unfree;
maintainers = [ ];
};
};
dhall.dhall-lang = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "dhall-lang";