vscode-extensions.johnpapa.vscode-peacock: init at 3.9.1
This commit is contained in:
parent
4d7d58e142
commit
dad1dd45a8
1 changed files with 12 additions and 0 deletions
|
@ -668,6 +668,18 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
johnpapa.vscode-peacock = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "vscode-peacock";
|
||||
publisher = "johnpapa";
|
||||
version = "3.9.1";
|
||||
sha256 = "1g7apzzgfm8s9sjavhwr8jpf9slhq8b9jfkww3q5n41mzzx8m94p";
|
||||
};
|
||||
meta = with lib; {
|
||||
license = licenses.mit;
|
||||
};
|
||||
};
|
||||
|
||||
jpoissonnier.vscode-styled-components = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "vscode-styled-components";
|
||||
|
|
Loading…
Reference in a new issue