mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
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:
commit
ff34174fb7
@ -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";
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user