vscode-extensions.devsense.phptools-vscode: init at 1.33.12924

This commit is contained in:
Pol Dellaiera 2023-04-06 19:41:11 +02:00
parent 0150df8d51
commit ec5d68c93a
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -815,6 +815,23 @@ let
};
};
devsense.phptools-vscode = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "phptools-vscode";
publisher = "devsense";
version = "1.33.12924";
sha256 = "sha256-ImaGkIe+MTO/utfVh3Giu0+jTSN0mmhgg6LvOod1suE=";
};
meta = {
changelog = "https://marketplace.visualstudio.com/items/DEVSENSE.phptools-vscode/changelog";
description = "A visual studio code extension for full development integration for the PHP language.";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=DEVSENSE.phptools-vscode";
homepage = "https://github.com/DEVSENSE/phptools-docs";
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.drupol ];
};
};
dhall.dhall-lang = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "dhall-lang";