vscode-extensions.vspacecode.whichkey: init 0.8.5

master
happysalada 2021-06-02 20:38:13 +09:00 committed by Raphael Megzari
parent cdbf7da301
commit 9453ad371c
1 changed files with 12 additions and 0 deletions

View File

@ -1153,6 +1153,18 @@ let
};
};
VSpaceCode.whichkey = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "whichkey";
publisher = "VSpaceCode";
version = "0.8.5";
sha256 = "sha256-p5fukIfk/tZFQrkf6VuT4fjmeGtKAqHDh6r6ky847ks=";
};
meta = {
license = lib.licenses.mit;
};
};
xaver.clang-format = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "clang-format";