mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
vscode-extensions.esbenp.prettier-vscode: init at 5.8.0
This commit is contained in:
parent
75af2699b5
commit
232120d32b
1 changed files with 17 additions and 0 deletions
|
@ -165,6 +165,23 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
esbenp.prettier-vscode = buildVscodeMarketplaceExtension {
|
||||||
|
meta = with lib; {
|
||||||
|
changelog = "https://marketplace.visualstudio.com/items/esbenp.prettier-vscode/changelog";
|
||||||
|
description = "Code formatter using prettier";
|
||||||
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode";
|
||||||
|
homepage = "https://github.com/prettier/prettier-vscode";
|
||||||
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ superherointj ];
|
||||||
|
};
|
||||||
|
mktplcRef = {
|
||||||
|
name = "prettier-vscode";
|
||||||
|
publisher = "esbenp";
|
||||||
|
version = "5.8.0";
|
||||||
|
sha256 = "0h7wc4pffyq1i8vpj4a5az02g2x04y7y1chilmcfmzg2w42xpby7";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
formulahendry.auto-close-tag = buildVscodeMarketplaceExtension {
|
formulahendry.auto-close-tag = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "auto-close-tag";
|
name = "auto-close-tag";
|
||||||
|
|
Loading…
Reference in a new issue