forked from mirrors/nixpkgs
vscode-extensions.richie5um2.snake-trail: init at 0.6.0
This commit is contained in:
parent
408abeac17
commit
0d63a942b7
|
@ -1679,6 +1679,18 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
richie5um2.snake-trail = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
name = "snake-trail";
|
||||||
|
publisher = "richie5um2";
|
||||||
|
version = "0.6.0";
|
||||||
|
sha256 = "0wkpq9f48hplrgabb0v1ij6fc4sb8h4a93dagw4biprhnnm3qx49";
|
||||||
|
};
|
||||||
|
meta = with lib; {
|
||||||
|
license = licenses.mit;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
ritwickdey.liveserver = buildVscodeMarketplaceExtension {
|
ritwickdey.liveserver = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "liveserver";
|
name = "liveserver";
|
||||||
|
|
Loading…
Reference in a new issue