mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
vscode-extensions.mechatroner.rainbow-csv: init at 1.7.1
This commit is contained in:
parent
306fe1c436
commit
678602ae7e
@ -167,6 +167,18 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
mechatroner.rainbow-csv = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "rainbow-csv";
|
||||
publisher = "mechatroner";
|
||||
version = "1.7.1";
|
||||
sha256 = "0w5mijs4ll5qjkpyw7qpn1k40pq8spm0b3q72x150ydbcini5hxw";
|
||||
};
|
||||
meta = {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
};
|
||||
};
|
||||
|
||||
ms-azuretools.vscode-docker = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "vscode-docker";
|
||||
|
Loading…
Reference in New Issue
Block a user