mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
vscode-extensions.wix.vscode-import-cost: init at 2.15.0
This commit is contained in:
parent
088ccb7116
commit
4d7d58e142
1 changed files with 12 additions and 0 deletions
|
@ -1173,6 +1173,18 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
wix.vscode-import-cost = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "vscode-import-cost";
|
||||
publisher = "wix";
|
||||
version = "2.15.0";
|
||||
sha256 = "0d3b6654cdck1syn74vmmd1jmgkrw5v4c4cyrhdxbhggkip732bc";
|
||||
};
|
||||
meta = with lib; {
|
||||
license = licenses.mit;
|
||||
};
|
||||
};
|
||||
|
||||
xaver.clang-format = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "clang-format";
|
||||
|
|
Loading…
Reference in a new issue