vscode-extensions.takayama.vscode-qq: init at 1.4.0

main
Vanilla 3 years ago
parent 5e6aaaf238
commit 6b3c9e1400
No known key found for this signature in database
GPG Key ID: 3750028ED04FA42E
  1. 12
      pkgs/misc/vscode-extensions/default.nix

@ -1472,6 +1472,18 @@ let
};
};
takayama.vscode-qq = buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "takayama";
name = "vscode-qq";
version = "1.4.0";
sha256 = "sha256-DYjNWSKOrDYvdiV7G24uKz6w4ggeYUMkQIiOGZAbMSI=";
};
meta = {
license = lib.licenses.mpl20;
};
};
tamasfe.even-better-toml = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "even-better-toml";

Loading…
Cancel
Save