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

This commit is contained in:
Vanilla 2021-10-04 22:14:46 +08:00
parent 5e6aaaf238
commit 6b3c9e1400
No known key found for this signature in database
GPG Key ID: 3750028ED04FA42E

View File

@ -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";