mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-25 10:36:36 +03:00
vscode-extensions.devsense.phptools-vscode: init at 1.33.12924
This commit is contained in:
parent
0150df8d51
commit
ec5d68c93a
1 changed files with 17 additions and 0 deletions
|
@ -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 {
|
dhall.dhall-lang = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "dhall-lang";
|
name = "dhall-lang";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue