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

wip/yesman
Andy Richardson 3 years ago committed by GitHub
parent 6898046c31
commit 6f7fe09397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      pkgs/misc/vscode-extensions/default.nix

@ -268,6 +268,18 @@ let
};
};
graphql.vscode-graphql = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-graphql";
publisher = "GraphQL";
version = "0.3.13";
sha256 = "sha256-JjEefVHQUYidUsr8Ce/dh7hLDm21WkyS+2RwsXHoY04=";
};
meta = {
license = lib.licenses.mit;
};
};
haskell.haskell = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "haskell";

Loading…
Cancel
Save