Merge pull request #109949 from andyrichardson/patch-1

vscode-extensions.graphql.vscode-graphql: Init at 0.3.13

authored by Sandro and committed by GitHub 1db57db7 8174a4cd

+12
+12
pkgs/misc/vscode-extensions/default.nix
··· 268 268 }; 269 269 }; 270 270 271 + graphql.vscode-graphql = buildVscodeMarketplaceExtension { 272 + mktplcRef = { 273 + name = "vscode-graphql"; 274 + publisher = "GraphQL"; 275 + version = "0.3.13"; 276 + sha256 = "sha256-JjEefVHQUYidUsr8Ce/dh7hLDm21WkyS+2RwsXHoY04="; 277 + }; 278 + meta = { 279 + license = lib.licenses.mit; 280 + }; 281 + }; 282 + 271 283 haskell.haskell = buildVscodeMarketplaceExtension { 272 284 mktplcRef = { 273 285 name = "haskell";