vscode-extensions.jock.svg: init at 1.4.4
This commit is contained in:
parent
6773cbc50c
commit
a24832ae8c
1 changed files with 12 additions and 0 deletions
|
@ -369,6 +369,18 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
jock.svg = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
name = "svg";
|
||||||
|
publisher = "jock";
|
||||||
|
version = "1.4.4";
|
||||||
|
sha256 = "0kn2ic7pgbd4rbvzpsxfwyiwxa1iy92l0h3jsppxc8gk8xbqm2nc";
|
||||||
|
};
|
||||||
|
meta = with lib; {
|
||||||
|
license = licenses.mit;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
jpoissonnier.vscode-styled-components = buildVscodeMarketplaceExtension {
|
jpoissonnier.vscode-styled-components = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "vscode-styled-components";
|
name = "vscode-styled-components";
|
||||||
|
|
Loading…
Reference in a new issue