mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
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 {
|
||||
mktplcRef = {
|
||||
name = "liveserver";
|
||||
|
Loading…
Reference in New Issue
Block a user