Merge pull request #153731 from datafoo/vscode-extensions.apollographql.vscode-apollo

vscode-extensions.apollographql.vscode-apollo: init at 1.19.9
This commit is contained in:
Bobby Rong 2022-01-07 10:59:32 +08:00 committed by GitHub
commit ff34174fb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 0 deletions

View file

@ -2675,6 +2675,12 @@
email = "christoph.senjak@googlemail.com";
name = "Christoph-Simon Senjak";
};
datafoo = {
email = "34766150+datafoo@users.noreply.github.com";
github = "datafoo";
githubId = 34766150;
name = "datafoo";
};
davhau = {
email = "d.hauer.it@gmail.com";
name = "David Hauer";

View file

@ -144,6 +144,23 @@ let
};
};
apollographql.vscode-apollo = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-apollo";
publisher = "apollographql";
version = "1.19.9";
sha256 = "sha256-iJpzNKcuQrfq4Z0LXuadt6OKXelBbDQg/vuc7NJ2I5o=";
};
meta = with lib; {
changelog = "https://marketplace.visualstudio.com/items/apollographql.vscode-apollo/changelog";
description = "Rich editor support for GraphQL client and server development that seamlessly integrates with the Apollo platform";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=apollographql.vscode-apollo";
homepage = "https://github.com/apollographql/vscode-graphql";
license = licenses.mit;
maintainers = with maintainers; [ datafoo ];
};
};
arcticicestudio.nord-visual-studio-code = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "nord-visual-studio-code";