Merge pull request #282302 from katexochen/quicktype

vscode-extensions.quicktype.quicktype: init at 12.0.46
This commit is contained in:
Peder Bergebakken Sundt 2024-01-26 12:31:49 +01:00 committed by GitHub
commit 0f6a104a33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3001,6 +3001,21 @@ let
};
};
quicktype.quicktype = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "quicktype";
publisher = "quicktype";
version = "12.0.46";
sha256 = "sha256-NTZ0BujnA+COg5txOLXSZSp8TPD1kZNfZPjnvZUL9lc=";
};
meta = {
description = "Infer types from sample JSON data";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=quicktype.quicktype";
homepage = "https://github.com/glideapps/quicktype";
license = lib.licenses.asl20;
};
};
rebornix.ruby = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "ruby";