From d38eae4672a50616a4a1f49f7df00ffefadfd17d Mon Sep 17 00:00:00 2001 From: Edu Date: Sat, 13 Apr 2024 08:07:07 +0200 Subject: [PATCH] fix: remove duplicate graphql card --- db/extensions/vscode.ts | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/db/extensions/vscode.ts b/db/extensions/vscode.ts index 17b65f8..0482da9 100644 --- a/db/extensions/vscode.ts +++ b/db/extensions/vscode.ts @@ -1052,21 +1052,6 @@ const vscode: DocPage = { }, ], }, - { - imgPlaceholder: 'GraphQL', - titleCard: '', - cover: { - src: '', - height: 50, - width: 50, - }, - links: [ - { - type: LinkType.Marketplace, - url: 'https://marketplace.visualstudio.com/items?itemName=mquandalle.graphql', - }, - ], - }, { imgPlaceholder: 'Lit Plugin', titleCard: '',