mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 07:31:20 +00:00
vscode-extensions.vspacecode.vspacecode: init 0.9.1
This commit is contained in:
parent
adebd58bd9
commit
90cd733c32
|
@ -1116,6 +1116,18 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
VSpaceCode.vspacecode = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "vspacecode";
|
||||
publisher = "VSpaceCode";
|
||||
version = "0.9.1";
|
||||
sha256 = "sha256-/qJKYXR0DznqwF7XuJsz+OghIBzdWjm6dAlaRX4wdRU=";
|
||||
};
|
||||
meta = {
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
};
|
||||
|
||||
xaver.clang-format = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "clang-format";
|
||||
|
|
Loading…
Reference in a new issue