vscode-extensions.graphql.vscode-graphql: Init at 0.3.13
This commit is contained in:
parent
6898046c31
commit
6f7fe09397
@ -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…
Reference in New Issue
Block a user