mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #108783 from tbidne/rainbow-csv
vscode-extensions.mechatroner.rainbow-csv: init at 1.7.1
This commit is contained in:
commit
71478e6fe4
@ -227,6 +227,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 {
|
ms-azuretools.vscode-docker = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "vscode-docker";
|
name = "vscode-docker";
|
||||||
|
Loading…
Reference in New Issue
Block a user