Merge pull request #164326 from wamserma/vscode-snake-trail
vscode-extensions.richie5um2.snake-trail: init at 0.6.0
This commit is contained in:
commit
1a8e4b26da
1 changed files with 12 additions and 0 deletions
|
@ -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 a new issue