vscode-extensions.vspacecode.vspacecode: init 0.9.1

This commit is contained in:
happysalada
2021-06-02 20:35:22 +09:00
committed by Raphael Megzari
parent adebd58bd9
commit 90cd733c32
+12
View File
@@ -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";