about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorPaul Meyer <49727155+katexochen@users.noreply.github.com>2024-01-20 11:34:48 +0100
committerPaul Meyer <49727155+katexochen@users.noreply.github.com>2024-01-26 08:22:05 +0100
commit7c59d70ba0ac200954412131335ffbd481ef7c8b (patch)
tree7485354f2f89692f32cfcf0795a5ec0a01363693 /pkgs/applications/editors
parentfc75ae719a492568ffee4b5d5c641f7cefc070f0 (diff)
downloadnixlib-7c59d70ba0ac200954412131335ffbd481ef7c8b.tar
nixlib-7c59d70ba0ac200954412131335ffbd481ef7c8b.tar.gz
nixlib-7c59d70ba0ac200954412131335ffbd481ef7c8b.tar.bz2
nixlib-7c59d70ba0ac200954412131335ffbd481ef7c8b.tar.lz
nixlib-7c59d70ba0ac200954412131335ffbd481ef7c8b.tar.xz
nixlib-7c59d70ba0ac200954412131335ffbd481ef7c8b.tar.zst
nixlib-7c59d70ba0ac200954412131335ffbd481ef7c8b.zip
vscode-extensions.quicktype.quicktype: init at 12.0.46
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/vscode/extensions/default.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix
index e4ecabdbdd82..3d620c39bff6 100644
--- a/pkgs/applications/editors/vscode/extensions/default.nix
+++ b/pkgs/applications/editors/vscode/extensions/default.nix
@@ -2892,6 +2892,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";